Fix prototype of random() and move to stdlib.h

This commit is contained in:
Michael Brown
2006-12-22 01:44:51 +00:00
parent 66a7ed23cb
commit 73e3e02367
3 changed files with 3 additions and 2 deletions

View File

@@ -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