Assembled 2
A column based text editor
Loading...
Searching...
No Matches
util.h
Go to the documentation of this file.
1
30#ifndef AS_UTIL_H
31#define AS_UTIL_H
32
33#include <includes.h>
34
41uint64_t general_hash(char *string);
42
52char *fpath2abs(char *path, int options);
53
54#endif
char * fpath2abs(char *path, int options)
Definition util.c:42
uint64_t general_hash(char *string)
Definition util.c:31