mirror of
https://github.com/cahirwpz/libnix.git
synced 2025-12-08 14:58:56 +00:00
15 lines
168 B
C
Executable File
15 lines
168 B
C
Executable File
#ifdef DEBUG_LIB
|
|
#ifndef _DEBUGLIB_H_
|
|
#define _DEBUGLIB_H_
|
|
|
|
/* Yet nothing - could be a debug-requester or something */
|
|
|
|
/*
|
|
|
|
#define FATALERROR(a)
|
|
|
|
*/
|
|
|
|
#endif
|
|
#endif
|