mirror of
https://github.com/westes/flex.git
synced 2026-01-26 15:39:06 +00:00
Match malloc signature to its use
This commit is contained in:
parent
8a59edae27
commit
bf254c75b1
@ -3,7 +3,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
void *malloc ();
|
||||
void *malloc (size_t n);
|
||||
|
||||
/* Allocate an N-byte block of memory from the heap.
|
||||
If N is zero, allocate a 1-byte block. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user