Newer
Older
3d_renderer / cFunctions.c
#define PY_SSIZE_T_CLEAN
#include <Python.h>

int square(int i) {
  return i*i;
}

class