Subversion Repositories tendra.SVN

Rev

Rev 126 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
126 7u83 1
 
2
 
3
 
4
+CONST int true, false;
127 7u83 5
+DEFINE _Bool %% int %% ;
6
+DEFINE bool %% _Bool %% ;
126 7u83 7