7 lines
101 B
C
7 lines
101 B
C
#include "file.h"
|
|
|
|
int fprintf(struct __opaque_file *stream, const char *format, ...)
|
|
{
|
|
return 0;
|
|
}
|