unplugged-system/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/sys/cdefs.h

10 lines
151 B
C
Raw Permalink Normal View History

#pragma once
#if defined(__cplusplus)
#define __BEGIN_DECLS extern "C" {
#define __END_DECLS }
#else
#define __BEGIN_DECLS
#define __END_DECLS
#endif