programme GPS pour ERS4

Dependencies:   mbed

Fork of GPS by Andre Pasechnyk

Revision:
1:f24af888e699
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/getline.h	Fri Mar 11 10:18:09 2016 +0000
@@ -0,0 +1,4 @@
+
+// receive a line from a stream, allowing backspace editing,
+// and checking for buffer overflow. Terminates on either a \n or \r.
+extern size_t getline(Stream &s, char *buf, size_t bufsize);
\ No newline at end of file