4 lines
91 B
C
4 lines
91 B
C
#pragma once
|
|
#include <stdio.h>
|
|
|
|
extern int ansi_write(FILE* fp, const char* buf, int len); |