summaryrefslogtreecommitdiff
path: root/C/final-project-z2h/include/file.h
blob: 73fd2a7b5360457afe0d3800137615b9a4450f30 (plain)
1
2
3
4
5
6
7
#ifndef FILE_H
#define FILE_H

int create_db_file(char *filename);
int open_db_file(char *filename);

#endif