#include #include "builtins.h" int my_true(struct string **args) { (void)args; fflush(stdout); return 0; }