Files
metabuilder/typthon/Include/pyatomic.h
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

17 lines
257 B
C

#ifndef Ty_ATOMIC_H
#define Ty_ATOMIC_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef Ty_LIMITED_API
# define Ty_CPYTHON_ATOMIC_H
# include "cpython/pyatomic.h"
# undef Ty_CPYTHON_ATOMIC_H
#endif
#ifdef __cplusplus
}
#endif
#endif /* !Ty_ATOMIC_H */