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