GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
cxGets(3) The GNUpdate Project cxGets(3)

cxGets - Reads in a line from from a file pointer.

#include <comprex.h>

char *cxGets(char *buffer, size_t size, CxFP *fp);

buffer
The buffer to store the line in.
size
The maximum number of bytes to read it. Also the size of the buffer.
fp
The file pointer.

Reads in a line from from a file pointer.

No more than size - 1 bytes will be read in. If a newline is encountered, it is stored and no further data will be read in. The resulting buffer is NUL-terminated.

Nothing.
05 Mar 2003 libcomprex

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.