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