Files
2025-11-17 10:28:09 +01:00

10 lines
71 B
C

#include "text.h"
class file{
char * filePath;
text * content;
}