summaryrefslogtreecommitdiff
path: root/libc/include/bsd/stdlib.h
blob: 20d34f96b0f7c04506d2f62dafb57bb9766158eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* some things shouldn't be macros, get out your barf bag */

#ifndef _BSD_STDLIB_H
#define _BSD_STDLIB_H

#undef __MALLOC_0_RETURNS_NULL
#define __MALLOC_0_RETURNS_NULL
#include_next <stdlib.h>
#undef atoi
#undef atol

#endif /* _BSD_STDLIB_H */