All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.ffi-1.9.7.ext.ffi_c.win32.stdbool.h Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
#ifndef FFI_STDBOOL_H
#define FFI_STDBOOL_H

typedef int bool;
#define true 1
#define false 0

#endif /* FFI_STDBOOL_H */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy