summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
blob: b85f140db045d3e05ed35feb1a43f36ac03c3803 (plain)
1
2
3
4
5
6
7
#ifndef H_LOADER_MISC_H
#define H_LOADER_MISC_H

int copyFile(char * source, char * dest);
char * readLine(FILE * f);

#endif