Pelles C forum

C language => Beginner questions => Topic started by: carlindo on October 19, 2012, 06:14:14 PM

Title: Block I/O
Post by: carlindo on October 19, 2012, 06:14:14 PM
Does Pelles C support Block I/O, i.e. are ther the functions fread and fwrite like in the gcc libc in any Pelles C library? If yes which library is and where can I fing those functions documentation?
Title: Re: Block I/O
Post by: CommonTater on October 19, 2012, 06:55:30 PM
All library functions are detailed in the help file...  F1 is your friend! :D

Open a source file (if you don't have one open already) ... type fread ... if it's there, it will change colour... place your text cursor on it... now press F1 on your keyboard.

OR

Go to your menu and click Help -> Contents ... then Index and enter fread...

Works for any colour highlighted keyword or function ...