tuxillo's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch OPENPAM:
[dragonfly.git]
/
include
/
malloc.h
1
#if __GNUC__
2
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
3
#endif
4
5
#include <stdlib.h>