File: stdlib.h

package info (click to toggle)
linux86 0.16.21-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,072 kB
  • sloc: ansic: 66,757; asm: 6,154; makefile: 1,374; sh: 703
file content (12 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (19)
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 */