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