This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
790eed6f93
circuitpython
/
windows
/
qstrdefsport.h
10 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Added Windows port (see #233)
2014-01-27 16:53:28 -05:00
// qstrs specific to this port
Q
(
argv
)
Q
(
open
)
Q
(
stdin
)
Q
(
stdout
)
Change mp_obj_type_t.name from const char * to qstr. Ultimately all static strings should be qstr. This entry in the type structure is only used for printing error messages (to tell the type of the bad argument), and printing objects that don't supply a .print method.
2014-02-15 06:34:50 -05:00
Q
(
stderr
)
Q
(
io
.
FileIO
)
Reference in New Issue
Copy Permalink