Login
7 branches 0 tags
Ben (Win10) Enforced LF line endings and made git not touch test input files 43df380 4 years ago 328 Commits
nujel / bin / misc.h
#pragma once
#include "../lib/common.h"

void *loadFile(const char *filename, size_t *len);
void  saveFile(const char *filename, const void *buf, size_t len);

int  makeDir         (const char *name);
int  makeDirR        (const char *name);
void rmDirR          (const char *name);
void changeToDataDir ();
const char *tempFilename();