cmd_print(text, args) { if ([text + LOCATION_LENGTH] == 0) { putstr("Empty file\n"); return 1; } putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]); putchar('\n'); }