Files
beluga/include/file_io.h
T
arthur 3d49a0e2eb
Build project / build (push) Has been cancelled
copy paste functions
2026-05-26 08:28:38 +02:00

16 lines
233 B
C

#ifndef FILE_IO_H_
#define FILE_IO_H_
#include "data.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
void editorCloseFile(void);
void editorOpen(struct buffer_t *buffer);
void editorSave();
#endif // FILE_IO_H_