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

gems.ffi-1.9.7.libtest.BoolTest.c Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
/*
 * 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