mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Revamp qstrs: they now include length and hash.
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "nlr.h"
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "qstr.h"
|
||||
#include "obj.h"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user