There is a small problem i have
there is a small error that i didnt use to have with the boorland compiler
I'm using xcode these days and in my switch case
im trying to execute a function
(as you can see, the "main" function)
however it says that it is an implicit declaration of function "main"
and that it is invalid in C99
i cant begin to understand this error:(
in boorland i had a few problems but
it still ran
but i dont understand this error
by the way
although the function "main"
is the last function
it shouldnt be a problem as
i had used it in an if statement also before the function "main" was declared.
any help would be crazy awesome :)