Скачиваний:
27
Добавлен:
01.05.2014
Размер:
454 б
Скачать
#if !defined(__bool_h)              // Sentry, use file only if it's not already included.
#define __bool_h

/*  Project first

		Copyright © 1997 by US. All Rights Reserved.

		SUBSYSTEM:    first.exe Application
		FILE:         bool.h
		AUTHOR:       US


		OVERVIEW
		========
		Definition of bool type.
*/

typedef short bool;
const bool true = 1,
					 false = 0;

#endif                                      // __bool_h sentry.
Соседние файлы в папке SOURCE