rename functions to more understandable names
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <stdio.h>
|
||||
#include <libbb.h>
|
||||
|
||||
int bb_fclose_nonstdin(FILE *f)
|
||||
int fclose_if_not_stdin(FILE *f)
|
||||
{
|
||||
if (f != stdin) {
|
||||
return fclose(f);
|
||||
|
||||
Reference in New Issue
Block a user