Direct input/output Functions:
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
fread | size_t fread( void *buffer, size_t size, size_t count, FILE * stream ); |
fwrite | size_t fwrite( const void *buffer, size_t size, size_t count, FILE * stream ); |
Related topics:
Library Functions in C | Standard Library in C | Header Files in C | Functions in C | Keywords in C | Data Types in C | Pointers in C
List of topics: C Programming
No comments:
Post a Comment