[go: up one dir, main page]

Menu

[r105]: / trunk / writetotext.h  Maximize  Restore  History

Download this file

6 lines (4 with data), 91 Bytes

1
2
3
4
5
6
#ifndef WRITETOTEXT_H
#define WRITETOTEXT_H
void WriteToText(char *filename);
#endif