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