Where Online Learning is simpler!
The C and C++ Include Header Files
cat -n /usr/include/python3.14/cpython/audit.h
1 #ifndef _Py_CPYTHON_AUDIT_H 2 # error "this header file must not be included directly" 3 #endif 4 5 6 typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *); 7 8 PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*);