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
PEEKC(3) Schily´s LIBRARY FUNCTIONS PEEKC(3)

peekc() - shows the next character in the file

int peekc(f)
FILE *f;

peekc() shows the next character in the file. It does not remove the character. The next call to peekc() or getc() will return the same character.

Returns the next character in the file or EOF if the file is at the end of data.

This call may be used only on buffered files.

Notice that peekc() is not declared as type char, since EOF is not a valid value for a char object.

15. Juli 1988 Joerg Schilling

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.