Fast IFS using RPN notation
python
c
x86-64
nasm
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

python_if.c 182B

12345678
  1. #include "python_if.h"
  2. int rpnexpr_init(PyObject *self, PyObject *args, PyObject *kwds)
  3. {
  4. /**@todo Need a C function returning RPNExpr (or must take
  5. RPNExpr as arguments... */
  6. }