Purpose
Implementation of several methods defined in string.h, for reducing the memory footprint when using them (since the whole libc.o file gets included even when using a single method).
Usage
Add
string.c to the list of files to compile for the project. This will automatically replace standard libc methods by the custom ones.