1 2 3 4 5 6 7 8 9 10
#include <stdio.h> #include "builtins.h" int my_true(struct string **args) { (void)args; fflush(stdout); return 0; }