Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
pathutils.h
Go to the documentation of this file.
1#ifndef __LIBK__PATHUTILS_H__
2#define __LIBK__PATHUTILS_H__
3
4#include <type.h>
5
6static inline const char* getBeforeLastSlash(const char* path, char* temp) {
7}
8
9#endif // __LIBK__PATHUTILS_H__
static const char * getBeforeLastSlash(const char *path, char *temp)
Definition pathutils.h:6
kstring path
Definition voxmo.h:7