Added execv() and system().

This commit is contained in:
Michael Brown
2006-12-08 01:23:11 +00:00
parent e106a39ce8
commit f3d817d512
4 changed files with 186 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ extern unsigned long strtoul ( const char *p, char **endp, int base );
extern void * realloc ( void *old_ptr, size_t new_size );
extern void * malloc ( size_t size );
extern void free ( void *ptr );
extern int system ( const char *command );
/**
* Allocate cleared memory