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

ref: e8073d35e16c95715b66cec97021333d16f95911 CTU-FEE-B0B35APO-Semestral-project/file-browser/include/path.h -rw-r--r-- 148 bytes
e8073d35 — František Boháček fix: some file access function types 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#ifndef __PATH_H__
#define __PATH_H__

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

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

#endif // __PATH_H__