File: stddef.h

package info (click to toggle)
memtest86%2B 5.01-2~bpo70%2B1
  • links: PTS
  • area: main
  • in suites: wheezy-backports
  • size: 1,324 kB
  • sloc: ansic: 17,514; asm: 1,805; makefile: 191; sh: 127
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#ifndef I386_STDDEF_H
#define I386_STDDEF_H

#define NULL ((void *)0)

typedef unsigned long size_t;

#endif /* I386_STDDEF_H */