Startpunkten
This commit is contained in:
6
Template_List/boolean.h
Normal file
6
Template_List/boolean.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __BOOLEAN_H_
|
||||
#define __BOOLEAN_H_
|
||||
typedef int boolean;
|
||||
//const int FALSE=0;
|
||||
//const int TRUE=!FALSE;
|
||||
#endif
|
||||
Reference in New Issue
Block a user