2015-09-30 12:03:46 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Code for obi errnos *
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file obierrno.c
|
|
|
|
* @author Eric Coissac (eric.coissac@metabarcoding.org)
|
|
|
|
* @date 23 May 2015
|
|
|
|
* @brief Code for obi errnos.
|
2015-05-23 14:54:48 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
2015-10-02 13:46:34 +02:00
|
|
|
int obi_errno = 0;
|
2015-05-23 14:54:48 +03:00
|
|
|
|