Skip to content

Commit 65083c9

Browse files
committed
add headers
1 parent 5adfee5 commit 65083c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/lib-rt/CPy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@ CPyTagged CPyBytes_GetItem(PyObject *o, CPyTagged index);
770770
PyObject *CPyBytes_Concat(PyObject *a, PyObject *b);
771771
PyObject *CPyBytes_Join(PyObject *sep, PyObject *iter);
772772
CPyTagged CPyBytes_Ord(PyObject *obj);
773+
PyObject *CPyBytes_Ljust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
774+
PyObject *CPyBytes_Rjust(PyObject *self, Py_ssize_t width, PyObject *fillbyte);
773775

774776

775777
int CPyBytes_Compare(PyObject *left, PyObject *right);

0 commit comments

Comments
 (0)