From a3c96c925229909535e81c7596e03b66af328a4d Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 20 May 2015 23:12:43 +0100 Subject: [PATCH] pic16bit: Add readinto and readlines to qstrs. --- pic16bit/qstrdefsport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pic16bit/qstrdefsport.h b/pic16bit/qstrdefsport.h index 1ec8843a42..f532bb0b0f 100644 --- a/pic16bit/qstrdefsport.h +++ b/pic16bit/qstrdefsport.h @@ -11,5 +11,7 @@ Q(toggle) Q(Switch) Q(value) Q(readall) +Q(readinto) Q(readline) +Q(readlines) Q(FileIO)