![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
programme GPS pour ERS4
Fork of GPS_IUT_Nice by
getline.h
- Committer:
- pierrick
- Date:
- 2016-03-11
- Revision:
- 2:addb687a4e73
- Parent:
- 1:f24af888e699
File content as of revision 2:addb687a4e73:
// 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);