File:  [DVB] / dietlibc / include / stdbool.h
Revision 1.1: download - view: text, annotated - select for diffs
Mon Aug 25 21:32:10 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
add <stdbool.h>, the most worthless header file in the history of header
files.

#ifndef _STDBOOL_H
#define _STDBOOL_H

/* believe it or not but the Single Unix Specification actually
 * specifies this header, see
 * http://www.opengroup.org/onlinepubs/007904975/basedefs/stdbool.h.html */

#define bool _Bool
#define true 1
#define false 0
#define __bool_true_false_are_defined 1

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>