mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 08:06:48 +00:00
20 lines
222 B
C
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 |