From f3d817d512f0f0a33f3476c11da657f7bbe3c2f5 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 8 Dec 2006 01:23:11 +0000 Subject: Added execv() and system(). --- src/include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/stdlib.h') diff --git a/src/include/stdlib.h b/src/include/stdlib.h index a7dd1d836..d71ee1ab2 100644 --- a/src/include/stdlib.h +++ b/src/include/stdlib.h @@ -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 -- cgit v1.2.3-55-g7522