Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Do you #define booleans?

Name: MILKRIBS4k 2009-06-23 7:30

Do you? What's wrong with simple one and zero?

Name: Anonymous 2009-06-23 21:26

>>23

#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

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List