[ 149s] dfa.c:37:14: warning: conflicting types for built-in function
'calloc'; expected 'void *(unsigned int, unsigned int)'
[-Wbuiltin-declaration-mismatch]
[ 149s] 37 | extern char *calloc(), *malloc(), *realloc();
[ 149s] | ^~~~~~
Change-Id: I7ce59a7bd2378ff0e987ffe102ca38890cda78fa
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
#ifdef STDC_HEADERS
#include <stdlib.h>
#else
-extern char *calloc(), *malloc(), *realloc();
extern void free();
#endif