Add a mecanism similar to the classical errno system for reporting error

but specific to the OBITools framwork
This commit is contained in:
2015-05-23 14:54:48 +03:00
parent 3636672b2e
commit 5e3e6f93c0
2 changed files with 46 additions and 0 deletions

10
src/obierrno.c Normal file
View File

@ -0,0 +1,10 @@
/*
* obierrno.c
*
* Created on: 23 mai 2015
* Author: coissac
*/
int obi_errno;