File: n_stdmac.t

package info (click to toggle)
mcpp 2.7.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,152 kB
  • ctags: 29,136
  • sloc: ansic: 35,238; sh: 9,241; makefile: 176; cpp: 84; exp: 18
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
/* n_stdmac.t:  C99 Standard pre-defined macros.    */

/*  199901L;    */
    __STDC_VERSION__;

/*  1; or 0;    */
    __STDC_HOSTED__;