Hey Jan,
great work.
In Code Explorer some functions are missing.
examlpe:
int *ptrfoo(int *s){ // <-- function is missing in Code Explorer
...
return s;
}
int foo(int *s){ // <-- function is shown in Code Explorer
...
return *s;
}
void main(){ // <-- function is shown in Code Explorer
while(1);
}
--
<http://forum.pspad.com/read.php?6,55295,55391>
PSPad freeware editor http://www.pspad.com
