gems.ffi-1.9.7.libtest.BoolTest.c 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.
/*
* Copyright (c) 2007 Wayne Meissner.
* Copyright (c) 2009 Aman Gupta.
*
* All rights reserved.
*
* For licensing, see LICENSE.SPECS
*/
#include
bool
bool_return_true()
{
return true;
}
bool
bool_return_false()
{
return false;
}
bool
bool_return_val(bool value)
{
return value;
}
bool
bool_reverse_val(bool value)
{
return value ? false : true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy