8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
// cerrno standard header
|
||
|
|
||
|
#ifndef _CSTDARG_
|
||
|
#define _CSTDARG_
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#endif /* _CSTDARG_ */
|