repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000314-2.c
blob
3fdb3c3a857f8ef76bbfedcbda247f6fe9246803
1
extern
void
malloc
(
__SIZE_TYPE__ size
);
2
3
toto
()
4
{
5
malloc
(
100
);
6
}