~ruther/CTU-FEE-B0B35APO-Semestral-project

be6250ab36654eaf936bac9b6f62b1324bd420a3 — František Boháček 3 years ago 7e60961
fix: add include guards to path
1 files changed, 5 insertions(+), 0 deletions(-)

M file-browser/include/path.h
M file-browser/include/path.h => file-browser/include/path.h +5 -0
@@ 1,4 1,9 @@
#ifndef __PATH_H__
#define __PATH_H__

#include <string.h>
#include <stdbool.h>

char *path_join(char *base, char *relative);

#endif // __PATH_H__

Do not follow this link