2023-05-26 22:21:07 +03:00
|
|
|
#ifndef _SYS_CDEFS_H
|
|
|
|
#define _SYS_CDEFS_H 1
|
2022-11-12 21:04:47 +02:00
|
|
|
|
2022-11-14 00:27:11 +02:00
|
|
|
#define __banan_libc 1
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2023-05-26 22:21:07 +03:00
|
|
|
#define __BEGIN_DECLS extern "C" {
|
|
|
|
#define __END_DECLS }
|
2022-11-14 00:27:11 +02:00
|
|
|
#else
|
2023-05-26 22:21:07 +03:00
|
|
|
#define __BEGIN_DECLS
|
|
|
|
#define __END_DECLS
|
|
|
|
#endif
|
|
|
|
|
2022-11-14 00:27:11 +02:00
|
|
|
#endif
|