Altera_Forum
Honored Contributor
19 years agofopen don't work !!
Hi to all, I need to use the fopen function but it didn't work ? When i try a fopen it always returns NULL -> why it's ANSI C standart ?????? # include <stdio.h> FILE *fp; char...