Operations on files Function:
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
| remove | int remove(const char * filename); |
| rename | int rename( const char * old_filename, const char * new_filename ); |
| tmpfile(C11) | FILE *tmpfile(void); |
| tmpfile_s(C11) | errno_t tmpfile_s(FILE * restrict * restrict streamptr); |
| tmpnam(C11) | char *tmpnam( char *filename ); |
| tmpnam_s(C11) | errno_t tmpnam_s(char *filename_s, rsize_t maxsize); |
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