The standard C library system() function from stdlib.h.
system()
stdlib.h
int system(const char *string);
int system(
)