mirror of
https://github.com/house-of-vanity/sum_counter.git
synced 2025-08-21 15:57:19 +00:00
Free basic version
This commit is contained in:
9
sum.build/__helpers.h
Normal file
9
sum.build/__helpers.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __NUITKA_CALLS_H__
|
||||
#define __NUITKA_CALLS_H__
|
||||
|
||||
extern PyObject *CALL_FUNCTION_WITH_ARGS1( PyObject *called, PyObject **args );
|
||||
extern PyObject *CALL_FUNCTION_WITH_ARGS2( PyObject *called, PyObject **args );
|
||||
extern PyObject *CALL_FUNCTION_WITH_ARGS3( PyObject *called, PyObject **args );
|
||||
extern PyObject *CALL_FUNCTION_WITH_ARGS4( PyObject *called, PyObject **args );
|
||||
extern PyObject *CALL_FUNCTION_WITH_ARGS5( PyObject *called, PyObject **args );
|
||||
#endif
|
Reference in New Issue
Block a user