defined why2_opendir
fuck if this is gonna be painful as the last memory functions, I'm gonna hang myself
This commit is contained in:
parent
7d79ee29eb
commit
bdd947fc64
@ -162,6 +162,15 @@ void *why2_fdopen(int file, char *modes)
|
||||
return opened;
|
||||
}
|
||||
|
||||
void *why2_opendir(char *name)
|
||||
{
|
||||
void *opened = opendir(name);
|
||||
|
||||
push_to_list(opened, OPENDIR);
|
||||
|
||||
return opened;
|
||||
}
|
||||
|
||||
void why2_deallocate(void *pointer)
|
||||
{
|
||||
//VARIABLES
|
||||
|
Loading…
x
Reference in New Issue
Block a user