Wiiload arguments
Posted: Sat Jan 19, 2013 12:00 am
After many attempts, I found out that wiiload passes its first argument as argv[0].
According to the standard C argv[0] should be the name of the file and the first passed argument should be argv[1].
Why is there this difference?
According to the standard C argv[0] should be the name of the file and the first passed argument should be argv[1].
Why is there this difference?