repo.or.cz
/
neatlibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux/fb.h: added
[neatlibc.git]
/
stdlib.h
blob
e38eccf90add1c0070f508e336aa2a1feb0ab95a
1
#include <stddef.h>
2
3
void
*
malloc
(
int
n
);
4
void
free
(
void
*
m
);
5
6
int
atoi
(
char
*
s
);
7
long
atol
(
char
*
s
);
8
9
char
*
getenv
(
char
*
name
);