xref: /aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/sys/cdefs.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1 #pragma once
2 
3 #if defined(__cplusplus)
4 #define __BEGIN_DECLS extern "C" {
5 #define __END_DECLS }
6 #else
7 #define __BEGIN_DECLS
8 #define __END_DECLS
9 #endif
10