#pragma once // cut string into two parts and choose one part // side is 0 or 1 void cut_string(char my_string[], char delimiter, int side);