File: stdc.h

package info (click to toggle)
lft 2.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 576 kB
  • ctags: 890
  • sloc: ansic: 2,850; sh: 2,588; makefile: 74
file content (11 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef STDC_H
#define STDC_H

#if defined(__STDC__)
# define __P(x)		x
#else
# define __P(x)
# define const
#endif

#endif /* STDC_H */