mirror of
https://github.com/ipxe/ipxe
synced 2026-02-10 10:10:21 +03:00
Added execv() and system().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user