ze
Loading...
Searching...
No Matches
fileio.h
Go to the documentation of this file.
1
8#pragma once
9
10#include "ze.h"
11
17char* editorRowsToString(int *buflen);
18
20void editorCloneTemplate(void);
21
23void editorOpen(char *filename);
24
26void editorSave(void);
27
void editorSave(void)
Definition fileio.c:182
char * editorRowsToString(int *buflen)
Definition fileio.c:27
void editorOpen(char *filename)
Definition fileio.c:112
void editorCloneTemplate(void)
Definition fileio.c:44
Core editor types, macros, and global state.