1 2 3 4 5 6 7 8
#include <stdlib.h> // for system int system(const char *command) { (void)command; // TODO return 0; }