repo.or.cz
/
wikipediardware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[rendering] This simple trick didn't work...
[wikipediardware.git]
/
wiki-lib
/
include
/
malloc.h
blob
e6ccef133a2d0db5244235fd64faa11565c47719
1
#ifndef MALLOC_H
2
#define MALLOC_H
3
4
void
malloc_init
(
void
);
5
6
#endif
/* MALLOC_H */
7