We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83229d3 commit acb743dCopy full SHA for acb743d
1 file changed
unix/modffi.c
@@ -47,9 +47,9 @@
47
* clashes with struct's "p" as "Pascal string").
48
* s - as argument, the same as "p", as return value, causes string
49
* to be allocated and returned, instead of pointer value.
50
+ * O - mp_obj_t, passed as is (mostly useful as a callback param)
51
*
52
* TODO:
- * O - mp_obj_t, passed as is (mostly useful as callback param)
53
* C - callback function
54
55
* Note: all constraint specified by typecode can be not enforced at this time,
0 commit comments