aboutsummaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authorDamien George2015-05-13 20:46:54 +0100
committerDamien George2015-05-13 20:46:54 +0100
commit1db3577bcb7ff6016c7a938e502ba49f7e52419f (patch)
treedc2a74d7704079221be3cbdd596cda48e2acce85 /teensy
parent0bfc57022dc6922d1f480ca58cc3d6e3b8c92288 (diff)
teensy: Add readinto and readlines qstrs.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/qstrdefsport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/qstrdefsport.h b/teensy/qstrdefsport.h
index cfcbf7705..5a2b191da 100644
--- a/teensy/qstrdefsport.h
+++ b/teensy/qstrdefsport.h
@@ -36,7 +36,9 @@ Q(on)
Q(off)
Q(toggle)
Q(readall)
+Q(readinto)
Q(readline)
+Q(readlines)
Q(FileIO)
Q(input)
Q(os)