programme GPS pour ERS4

Dependencies:   mbed

Fork of GPS by Andre Pasechnyk

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers getline.h Source File

getline.h

00001 
00002 // receive a line from a stream, allowing backspace editing,
00003 // and checking for buffer overflow. Terminates on either a \n or \r.
00004 extern size_t getline(Stream &s, char *buf, size_t bufsize);