remove bb_printf and the like
This commit is contained in:
@ -90,7 +90,7 @@ int env_main(int argc, char** argv)
|
||||
puts(*ep);
|
||||
}
|
||||
|
||||
bb_fflush_stdout_and_exit(0);
|
||||
fflush_stdout_and_exit(0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user