diff options
Diffstat (limited to 'Include/formatter_unicode.h')
-rw-r--r-- | Include/formatter_unicode.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Include/formatter_unicode.h b/Include/formatter_unicode.h new file mode 100644 index 0000000..51406ab --- /dev/null +++ b/Include/formatter_unicode.h @@ -0,0 +1,12 @@ +PyObject * +unicode__format__(PyObject *self, PyObject *args); + +PyObject * +unicode_long__format__(PyObject *self, PyObject *args); + +PyObject * +unicode_int__format__(PyObject *self, PyObject *args); + +PyObject * +unicode_float__format__(PyObject *self, PyObject *args); + |