view bool.h @ 42:59b070dd0553

add demo file.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 12 Jan 2011 00:18:16 +0900
parents 435ac1cdb64e
children
line wrap: on
line source

#ifndef _BOOL_H_
#define _BOOL_H_

#define BOOL char
#define TRUE    1
#define FALSE   0

#endif				// _BOOL_H_