char yourchar = 65; // Letter A
STRING yourstring = str_create("XBCDEFGHI");
(yourstring->chars)[0] = yourchar; // Now your string contains "ABCDEFGHI"
Zu exec_wait: wget zu einer .exe kompilieren und dann im Handbuch unter exec nachschlagen.
Always learn from history, to be sure you make the same mistakes again...