DragonOS/user/libs/libc/__libc__.h
2022-05-07 13:46:23 +08:00

20 lines
222 B
C

#pragma once
#pragma once
#ifdef __cplusplus
# define __BEGIN_HEADER \
extern "C" \
{
# define __END_HEADER \
}
#else
# define __BEGIN_HEADER
# define __END_HEADER
#endif