mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Fix prototype of random() and move to stdlib.h
This commit is contained in:
@@ -6,6 +6,7 @@ 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 );
|
||||
extern long int random ( void );
|
||||
|
||||
/**
|
||||
* Allocate cleared memory
|
||||
|
||||
Reference in New Issue
Block a user