Exemplo n.º 1
0
//Define an error callback
static void error_callback(int error, const char* description)
{
	fputs(description, stderr);
	_fgetchar();
}
static void onError(int error, const char* description)
{
	fputs(description, stderr);
	_fgetchar();
}