| | | | |
| F |
| |
| | fabs -- floating-point absolute value function ( ) |
| |
| | fclose -- close or flush a stream ( ) |
| |
| | fdopen -- open a stream ( ) |
| |
| | feof -- stream status inquiries ( ) |
| |
| | ferror -- stream status inquiries ( ) |
| |
| | fflagstostr -- convert between file flag bits and their string names ( ) |
| |
| | fflush -- close or flush a stream ( ) |
| |
| | ffs -- bit and byte string operations ( ) |
| |
| | fgetc -- get character from a stream ( ) |
| |
| | fgetpos -- reposition a file pointer in a stream ( ) |
| |
| | fgets -- get a string from a stream ( ) |
| |
| | fileno -- stream status inquiries ( ) |
| |
| | flockfile -- stream lock management ( ) |
| |
| | fopen -- open a stream ( ) |
| |
| | fprintf -- print formatted output ( ) |
| |
| | fputc -- put character or word on a stream ( ) |
| |
| | fputs -- put a string on a stream ( ) |
| |
| | fread -- binary input/output ( ) |
| |
| | free -- main memory allocator ( ) |
| |
| | freeaddrinfo -- nodename-to-address translation in protocol-independent manner ( ) |
| |
| | freopen -- open a stream ( ) |
| |
| | fscanf -- convert formatted input ( ) |
| |
| | fseek -- reposition a file pointer in a stream ( ) |
| |
| | fsetpos -- reposition a file pointer in a stream ( ) |
| |
| | ftell -- reposition a file pointer in a stream ( ) |
| |
| | ftrylockfile -- stream lock management ( ) |
| |
| | funlockfile -- stream lock management ( ) |
| |
| | fwrite -- binary input/output ( ) |