Présentation
Documentation
L'équipe
Sérialisation
 
Programmes
Objets
Libs Utilitaires
Libs Internes
   
 
Editeur
Syntaxes
Windows
Versions
   

SCR/AL1 - TOME IV. Les librairies internes

4. Fonctions internes : syntaxe

4.1 scr4o : syntax of functions

4.1.26 ISC_funlock (file s_dbcgnl.c:1353)

Syntax

ISC_funlock(FILE *fd, long size)

Description

La fonction ISC_funlock supprime le lock effectué par ISC_flock() sur le fichier pointé par le flux fd ouvert par ISC_fopen(). Il y a lieu de se repositionner au point où ISC_flock() a été lancé avant d'appeler ISC_funlock().

Valeur retournée

0 en cas de succès, -1 en cas d'échec (voir errno).

Voir également

ISC_flock(), 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