Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ffi / ext / ffi_c / win32 / stdbool.h
Size: Mime:
#ifndef FFI_STDBOOL_H
#define FFI_STDBOOL_H

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

#endif /* FFI_STDBOOL_H */