Sha256: 165cf189999ac00d51fa4cf682489d575849780942d3a819a21b7bdf7a88c30b
Contents?: true
Size: 368 Bytes
Versions: 11
Compression:
Stored size: 368 Bytes
Contents
'#-- '# Copyright (c) 2006-2007 Luis Lavena, Multimedia systems '# '# This source code is released under the MIT License. '# See MIT-LICENSE file for details '#++ #ifndef __BOOLEAN_BI__ #define __BOOLEAN_BI__ #undef BOOLEAN type BOOLEAN as byte #undef FALSE const FALSE as byte = 0 #undef TRUE const TRUE as byte = not FALSE #endif ' __BOOLEAN_BI__
Version data entries
11 entries across 11 versions & 2 rubygems