gems.ffi-1.9.7.ext.ffi_c.win32.stdbool.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
#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