Added amx_mkdir for twistedeuphoria
This commit is contained in:
@ -677,4 +677,7 @@ forward plugin_modules();
|
||||
|
||||
native require_module(const module[]);
|
||||
|
||||
native is_amd64_server();
|
||||
native is_amd64_server();
|
||||
|
||||
/* Returns 0 on success, like the POSIX specification */
|
||||
native mkdir(const dirname[]);
|
Reference in New Issue
Block a user