ze
Loading...
Searching...
No Matches
Functions | Variables
fileio.c File Reference

File and directory loading/saving implementation. More...

#include "ze.h"
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
#include "row.h"
#include "status.h"
#include "syntax.h"
#include "hooks.h"
#include "templates.h"
#include "input.h"
#include "init.h"
Include dependency graph for fileio.c:

Functions

char * editorRowsToString (int *buflen)
 
void editorCloneTemplate (void)
 
void editorOpen (char *filename)
 
void editorSave (void)
 

Variables

struct editorConfig E
 

Detailed Description

File and directory loading/saving implementation.