ChorusOS man pages section 3STDC: Standard C Library Functions
    
F
 
 fabs -- floating-point absolute value function ( Index Term Link )
 
 fclose -- close or flush a stream ( Index Term Link )
 
 fdopen -- open a stream ( Index Term Link )
 
 feof -- stream status inquiries ( Index Term Link )
 
 ferror -- stream status inquiries ( Index Term Link )
 
 fflush -- close or flush a stream ( Index Term Link )
 
 ffs -- bit and byte string operations ( Index Term Link )
 
 fgetc -- get character from a stream ( Index Term Link )
 
 fgetpos -- reposition a file pointer in a stream ( Index Term Link )
 
 fgets -- get a string from a stream ( Index Term Link )
 
 fileno -- stream status inquiries ( Index Term Link )
 
 flockfile -- stream lock management ( Index Term Link )
 
 fopen -- open a stream ( Index Term Link )
 
 fprintf -- print formatted output ( Index Term Link )
 
 fputc -- put character or word on a stream ( Index Term Link )
 
 fputs -- put a string on a stream ( Index Term Link )
 
 fread -- binary input/output ( Index Term Link )
 
 free -- main memory allocator ( Index Term Link )
 
 freopen -- open a stream ( Index Term Link )
 
 fscanf -- convert formatted input ( Index Term Link )
 
 fseek -- reposition a file pointer in a stream ( Index Term Link )
 
 fsetpos -- reposition a file pointer in a stream ( Index Term Link )
 
 ftell -- reposition a file pointer in a stream ( Index Term Link )
 
 ftrylockfile -- stream lock management ( Index Term Link )
 
 funlockfile -- stream lock management ( Index Term Link )
 
 fwrite -- binary input/output ( Index Term Link )