Skip to content

Instantly share code, notes, and snippets.

@javisantana
Created November 17, 2009 10:27
Show Gist options
  • Save javisantana/236813 to your computer and use it in GitHub Desktop.
Save javisantana/236813 to your computer and use it in GitHub Desktop.
int LibBLABLABLA_HayPeticionApagado( void )
{
int Respuesta;
if( VGTPeticionApagado == true )
{
Respuesta = true;
}
else
{
Respuesta = false;
}
return( Respuesta );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment