|
From: <bo...@us...> - 2008-04-30 01:36:18
|
Revision: 131
http://gearbox.svn.sourceforge.net/gearbox/?rev=131&view=rev
Author: borax00
Date: 2008-04-29 18:36:20 -0700 (Tue, 29 Apr 2008)
Log Message:
-----------
Modified Paths:
--------------
gearbox/trunk/src/gbxserialacfr/serial.h
Modified: gearbox/trunk/src/gbxserialacfr/serial.h
===================================================================
--- gearbox/trunk/src/gbxserialacfr/serial.h 2008-04-26 07:44:22 UTC (rev 130)
+++ gearbox/trunk/src/gbxserialacfr/serial.h 2008-04-30 01:36:20 UTC (rev 131)
@@ -114,6 +114,7 @@
int readUntil(void *buf, int count, char termchar);
//! Short-hand for "readUntil(buf,count,'\n');"
+ //! Reads everything up to and including the '\n'.
int readLine(void *buf, int count)
{ return readUntil(buf,count,'\n'); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|