open ASCII files

Anyone knows how to open an ASCII file by using C

Thanks

:smiley:

hi!

In UNIX, all the files are opened in Binary format, so fopen\(\) shouuld work!!!

Rgds
Shaik

Unix, unlike DOS, treats every file (and device
for that matter) like a binary stream of bytes.
The open() system call doesn't need those *$!!*!
"text" or "binary" modifiers.

It's a beautiful thing...:stuck_out_tongue: