random: Fix behavior of kernel option "-rs".
[pintos-anon] / 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 */