Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. ftell, ftello — return a file offset in a stream SYNOPSIS top #include <stdio.h> long ftell(FILE *stream); off_t ftello(FILE *stream); DESCRIPTION top The functionality described on this reference page is aligned with the ISO C standard.

    • Fseek

      FSEEK(3P) POSIX Programmer's Manual FSEEK(3P) PROLOG top...

    • Fgetpos

      FGETPOS(3P) POSIX Programmer's Manual FGETPOS(3P) PROLOG top...

    • Fsetpos

      FSETPOS(3P) POSIX Programmer's Manual FSETPOS(3P) PROLOG top...

    • Fopen

      FOPEN(3P) POSIX Programmer's Manual FOPEN(3P) PROLOG top...

    • Stdio.H

      stdio.h(0P) POSIX Programmer's Manual stdio.h(0P) PROLOG top...

  2. The ftell() function obtains the current value of the file position indicator for the stream pointed to by stream. The rewind () function sets the file position indicator for the stream pointed to by stream to the beginning of the file.

  3. Funkcja ftell() pobiera bieżącą wartość wskaźnika pozycji pliku dla strumienia wskazywanego przez stream. Funkcja rewind() ustawia wskaźnik pozycji pliku dla strumienia wskazywanego przez stream na początku pliku. Jest równoważna: (void) fseek(stream, 0L, SEEK_SET)

  4. ftell, ftello — return a file offset in a stream. SYNOPSIS #include <stdio.h> long ftell(FILE *stream); off_t ftello(FILE *stream); DESCRIPTION. The functionality described on this reference page is aligned with the ISO C standard. Any conflict between the requirements described here and the ISO C standard is unintentional.

  5. Funkcja ftell() pobiera bieżącą wartość wskaźnika pozycji pliku dla strumienia wskazywanego przez stream. Funkcja rewind () ustawia wskaźnik pozycji pliku dla strumienia wskazywanego przez stream na początku pliku.

  6. The ftell () function obtains the current value of the file position indicator for the stream pointed to by stream. 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)

  7. The ftell() function obtains the current value of the file position indicator for the stream pointed to by stream. The rewind () function sets the file position indicator for the stream pointed to by stream to the beginning of the file.

  1. Ludzie szukają również