summaryrefslogtreecommitdiffstatshomepage
path: root/unix/input.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-05-07 07:15:00 -0700
committerDave Hylands <dhylands@gmail.com>2014-05-07 07:19:51 -0700
commit117c46d9eb00e8ffaabc1002a4946440cb1eb5b0 (patch)
treeb247a7b62a896d2bbf06469a6ee384da3da8f46a /unix/input.h
parent0ef015b2533f7faeede18382c1d1f4eac919244b (diff)
downloadmicropython-117c46d9eb00e8ffaabc1002a4946440cb1eb5b0.tar.gz
micropython-117c46d9eb00e8ffaabc1002a4946440cb1eb5b0.zip
Add input command for unix
Diffstat (limited to 'unix/input.h')
-rw-r--r--unix/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/input.h b/unix/input.h
new file mode 100644
index 0000000000..7623a8718c
--- /dev/null
+++ b/unix/input.h
@@ -0,0 +1,2 @@
+char *prompt(char *p);
+