Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The GNU C Programming Tutorial - High-level file routines

Node:High-level file routines, Next:, Previous:Input and output, Up:Input and output



High-level file routines

You can recognise most of the high-level input/output functions that operate on files because they begin with the letter f; for example, the high-level function for opening a file called fopen, as opposed to the low-level file-opening function open. Some of them are more generalized versions of functions with which you may already be familiar; for example, the function fprintf behaves like the familiar printf, but takes an additional parameter -- a stream -- and sends all its output to that stream instead of simply sending its output to stdout, as printf does.

 
 
  Published under free license. Design by Interspire