Edward Ho Wee Jin
/
GPS
GPS with altitudes
Fork of GPS by
Diff: getline.h
- 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