1486
General Calculator Help / Re: TI-Nspire: needing help coding under Ndless
« on: October 26, 2010, 03:49:49 pm »
For the screenbuffer, use
Code: [Select]
char* scrbuf = (char*) malloc(SCREEN_BYTES_SIZE);
where scrbuf is the name you want for the pointer to it.