Skip to content
Snippets Groups Projects
Commit acb743da authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/modffi: Mark 'O' type specifier as implemented.

parent 83229d3f
Branches
No related tags found
No related merge requests found
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
* clashes with struct's "p" as "Pascal string"). * clashes with struct's "p" as "Pascal string").
* s - as argument, the same as "p", as return value, causes string * s - as argument, the same as "p", as return value, causes string
* to be allocated and returned, instead of pointer value. * to be allocated and returned, instead of pointer value.
* O - mp_obj_t, passed as is (mostly useful as a callback param)
* *
* TODO: * TODO:
* O - mp_obj_t, passed as is (mostly useful as callback param)
* C - callback function * C - callback function
* *
* Note: all constraint specified by typecode can be not enforced at this time, * Note: all constraint specified by typecode can be not enforced at this time,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment