SCR/AL1 - TOME IV. Les librairies internes
4. Fonctions internes : syntaxe
4.1 scr4o : syntax of functions
Syntax
ISC_flock(FILE *fd, long size)
Description
La fonction ISC_flock bloque les accès au fichier pointé par le flux fd ouvert par ISC_fopen() à partir de la position courante pour lg bytes.
ISC_unlock() débloque l'accès.
Valeur retournée
0 en cas de succès, -1 en cas d'échec (voir errno).
Voir également
ISC_funlock(), ISC_fopen(), ISC_fflush(), ISC_fclose(), ISC_fread(), ISC_getc(), ISC_putc(), ISC_ftell(), ISC_fseek()
Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be