More extern removal from Robert P. Day.
This commit is contained in:
parent
cb8d4319a3
commit
ca087713f2
6 changed files with 4 additions and 16 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "libbb.h"
|
||||
|
||||
#ifdef L_bb_vfprintf
|
||||
extern int bb_vfprintf(FILE * __restrict stream,
|
||||
int bb_vfprintf(FILE * __restrict stream,
|
||||
const char * __restrict format,
|
||||
va_list arg)
|
||||
{
|
||||
|
@ -75,7 +75,7 @@ int bb_vprintf(const char * __restrict format, va_list arg)
|
|||
#endif
|
||||
|
||||
#ifdef L_bb_fprintf
|
||||
extern int bb_fprintf(FILE * __restrict stream,
|
||||
int bb_fprintf(FILE * __restrict stream,
|
||||
const char * __restrict format, ...)
|
||||
{
|
||||
va_list arg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue