Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -1,2 +1,12 @@
|
|||
cimport libav as lib
|
||||
|
||||
|
||||
cdef extern from "Python.h" nogil:
|
||||
void PyErr_PrintEx(int set_sys_last_vars)
|
||||
int Py_IsInitialized()
|
||||
void PyErr_Display(object, object, object)
|
||||
|
||||
cdef extern from "stdio.h" nogil:
|
||||
cdef int vsnprintf(char *output, int n, const char *format, lib.va_list args)
|
||||
|
||||
cpdef get_last_error()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue