index
:
mdb.git
master
A simple embedded key-value database written in C11
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
fileops.h
blob: 23549137656c6d3b46954b5296e51119b7a8477e (
plain
)
1
2
3
4
5
6
#ifndef FILEOPS_H #define FILEOPS_H unsigned char *readdb(char *filename); #endif