Added amx_mkdir for twistedeuphoria

This commit is contained in:
David Anderson
2005-01-30 05:32:10 +00:00
parent cc462c9ccb
commit a189c0bda7
2 changed files with 17 additions and 1 deletions

View File

@ -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[]);