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. }