ARM VERSION 1.2 Fiche technique Page 173

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 276
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 172
The C and C++ Libraries
ARM DUI 0067D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-83
4.10.9 _sys_seek()
This function puts the file pointer at offset
pos
from the beginning of the file.
Syntax
int _sys_seek(FILEHANDLE fh, long pos)
Implementation
This function sets the current read or write position to thenew location
pos
relative to
the start of the current file
fh
.
Returns
The result is non-negative if no error occurs or is negative if an error occurs.
4.10.10 _sys_istty()
This function determines if a file handle identifies a terminal.
Syntax
int _sys_istty(FILE *f)
Implementation
When a file is connected to a terminal device, this functionis used to provide unbuffered
behavior by default (in the absence of a call to
set(v)buf
) and to disallow seeking.
Returns
The return value is:
0 There is not an interactive device
1 There is an interactive device
other An error occurred.
Vue de la page 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 275 276

Commentaires sur ces manuels

Pas de commentaire