projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
%d -> %zu.
[pintos-anon]
/
src
/
lib
/
stdlib.h
1
#ifndef __LIB_STDLIB_H
2
#define __LIB_STDLIB_H
3
4
#include <stddef.h>
5
6
int atoi (const char *);
7
8
#endif /* lib/stdlib.h */