/* Public domain */ #ifndef _AGAR_SK_BEGIN_H_ #error Inclusion of without #endif #undef _AGAR_SK_BEGIN_H_ /* Reset structure packing at previous byte alignment. */ #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || \ defined(__BORLANDC__) # ifdef __BORLANDC__ # pragma nopackwarning # endif # if (defined(__MWERKS__) && defined(__MACOS__)) # pragma options align=reset # pragma enumsalwaysint reset # else # pragma pack(pop) # endif #endif #undef _AGAR_SK_USE_INLINE #ifndef _AGAR_SK_INTERNAL /* Types */ # include /* Declarations */ # ifdef _AGAR_SK_DEFINED_CDECLS # undef _AGAR_SK_DEFINED_CDECLS # undef __BEGIN_DECLS # undef __END_DECLS # endif # ifdef _AGAR_SK_DEFINED_DECLSPEC # undef _AGAR_SK_DEFINED_DECLSPEC # undef DECLSPEC # endif /* NLS */ # ifdef _AGAR_SK_DEFINED_NLS # undef _ # undef N_ # undef ngettext # endif /* Nullability */ # ifdef _AGAR_SK_DEFINED_NULL # undef _AGAR_SK_DEFINED_NULL # undef NULL # endif # if defined(_AGAR_SK_DEFINED_NULLABILITY) && !defined(_USE_AGAR_NULLABILITY) # undef _Nonnull # undef _Nullable # undef _Null_unspecified # endif #endif #include