Einzelnen Beitrag anzeigen
Alt 12.10.2004, 15:28   #2
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

$ man 3 fseek

Code:
       The  rewind  function  sets  the file position indicator for the stream
       pointed to by stream to the beginning of the file.   It  is  equivalent
       to:

              (void)fseek(stream, 0L, SEEK_SET)

       except  that  the  error  indicator for the stream is also cleared (see
       clearerr(3)).
~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten