1 2 3 4 5 6 7
#include <mrsh/builtin.h> #include <stdlib.h> #include "builtin.h" int builtin_colon(struct mrsh_state *state, int argc, char *argv[]) { return EXIT_SUCCESS; // This builtin does not do anything }