Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
acb743da
Commit
acb743da
authored
Nov 20, 2015
by
Paul Sokolovsky
Browse files
unix/modffi: Mark 'O' type specifier as implemented.
parent
83229d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/modffi.c
View file @
acb743da
...
...
@@ -47,9 +47,9 @@
* clashes with struct's "p" as "Pascal string").
* s - as argument, the same as "p", as return value, causes string
* to be allocated and returned, instead of pointer value.
* O - mp_obj_t, passed as is (mostly useful as a callback param)
*
* TODO:
* O - mp_obj_t, passed as is (mostly useful as callback param)
* C - callback function
*
* Note: all constraint specified by typecode can be not enforced at this time,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment