hi i tried the following way in lite-C

STRING* file_name="test.txt"; //filename
int* status;

function open_file(STRING* file_name1,int* file_status); // function declaration

then in main function

open_file(file_name,status);

but it doesnt work out.

someone has any suggestions?




Last edited by pjotr987; 08/27/12 11:45.