Added the system() function
git-svn-id: svn://svn.cc65.org/cc65/trunk@2172 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
975eefc7c2
commit
acd09ef19a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ void __fastcall__ exit (int ret);
|
|||
char* __fastcall__ getenv (const char* name);
|
||||
void qsort (void* base, size_t count, size_t size,
|
||||
int (*compare) (const void*, const void*));
|
||||
int system (const char* s);
|
||||
|
||||
/* Non-ANSI functions */
|
||||
void __fastcall__ _swap (void* p, void* q, size_t size);
|
||||
|
|
Loading…
Add table
Reference in a new issue