log.c:6: warning: passing arg 1 of `fopen' makes pointer from integer ...warning assignment makes integer from pointer without a cast. warning: assignm...
warning: passing argument 1 makes pointer from integer without a cast I get the above warning with the following code. I have used this same process ...