remove bb_printf and the like
This commit is contained in:
parent
670a6626ca
commit
f0ed376eda
48 changed files with 315 additions and 314 deletions
|
@ -11,11 +11,9 @@
|
|||
* in an error state.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <libbb.h>
|
||||
#include "libbb.h"
|
||||
|
||||
void bb_fflush_stdout_and_exit(int retval)
|
||||
void fflush_stdout_and_exit(int retval)
|
||||
{
|
||||
if (fflush(stdout)) {
|
||||
retval = xfunc_error_retval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue