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

9 lines
231 B
C

#ifndef _Ty_CPYTHON_AUDIT_H
# error "this header file must not be included directly"
#endif
typedef int(*Ty_AuditHookFunction)(const char *, TyObject *, void *);
PyAPI_FUNC(int) TySys_AddAuditHook(Ty_AuditHookFunction, void*);