An open file pointer in which we store the data.
Closes a file pointer to a pipe opened by popen().
It is used to place the file pointer at a specific record.
Places the file pointer at the beginning of the file.
Determines if the file pointer has reached the end of a file.
When a file is opened, the file pointer is set to zero.
This function requires two arguments specifying a file pointer and the string of data that is to be written.
Esta función requiere dos argumentos que especifican un apuntador de archivo y la cadena de datos que se va a escribir.
Open for reading and writing; place the file pointer at the beginning of the file.
Apertura para lectura y escritura; ubica el apuntador de archivo al comienzo del mismo.
At each read statement, the file pointer is incremented and hence the successive records are read.
En cada declaración leída, el puntero del archivo se incrementa y por lo tanto, se leen los registros sucesivos.
In some cases, the file pointer can be repositioned to a multiple of the sector size.
En algunos casos, el puntero del archivo se puede cambiar de posición a un múltiplo del tamaño de sector.
The contents of the variables are written to the specified position and the file pointer is inserted directly after the last byte.
El contenido de las variables se escribe en la posición especificada y el puntero del archivo se inserta directamente después del último byte.
These must be the file pointer and the length of the file expressed in bytes.
Estos deben ser el puntero del archivo y la longitud del archivo expresado en bytes.
Repositions the file pointer to the end of the file before every write operation.
Coloca el puntero de archivo en el final del archivo antes de cada operación de escritura.