fopen()

#include <stdio.h>

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


Back to Essential C Functions