fopen()

#include <stdio.h>

FILE* fopen( char* string, char* mode );


Back to Essential C Functions

Log in or register to write something here or to contact authors.