1
edit
Changes
→Programming Styles
use the string functions in bconsole instead of <string.h>
cast everything to the function parameter type
For example:
Function header: char* strcpy(void* des, const void* src);
Function call: strcpy(_data, (const void*) Str);
== Agenda ==