This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
688e220d26
micropython
/
windows
/
qstrdefsport.h
10 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Added Windows port (see #233)
2014-01-27 21:53:28 +00: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 11:34:50 +00:00
Q
(
stderr
)
Q
(
io
.
FileIO
)