summaryrefslogtreecommitdiff
path: root/minilib/io.h
blob: 5dac1c363ee11f5f50c5601779aa29c619f777e3 (plain)
1
2
3
4
5
6
#pragma once

void print( char *s );
int readfile( char *filename, char *s, int size );
int writefile( char *filename, char *s, int size );
char *readallfile( char *filename );