Sha256: 5cd1f701b5e927e4e39bcc69f4b7e437a98c8821168e69171c626502a6fc13d9

Contents?: true

Size: 167 Bytes

Versions: 5

Compression:

Stored size: 167 Bytes

Contents

#ifndef _STDBOOL_H
#define _STDBOOL_H

#ifndef __cplusplus

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

#endif

#define __bool_true_false_are_defined 1

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/libc/stdbool.h
webruby-0.2.5 modules/emscripten/system/include/libc/stdbool.h
webruby-0.2.4 modules/emscripten/system/include/libc/stdbool.h
webruby-0.2.2 modules/emscripten/system/include/libc/stdbool.h
webruby-0.2.1 modules/emscripten/system/include/libc/stdbool.h