11.10.2009, 16:25
Код:
Stack/heap size: 16384 bytes; estimated max. usage=5878 cells (23512 bytes)
I guess this means that I want to use more of stack memory than available...
how can I fix this?
Stack/heap size: 16384 bytes; estimated max. usage=5878 cells (23512 bytes)
Originally Posted by Angel φ
I had same problem , with this
stock strvalEx(const string[]) { if(strlen(string) >= 50) return 0; return strvalEx(string); } |
Originally Posted by dice7
use enums insted
|