File: c-mods.h

package info (click to toggle)
scheme48 1.8%2Bdfsg-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,984 kB
file content (6 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6

#define PSTRUE  (0 == 0)

#define PSFALSE (0 == 1)

#define	psbool  char		/* boolean type */