I have the following program setup:
// main.c #include "str.h" ... trim("Hello");
// str.h char* trim(char* str) {