Assembled
2
A column based text editor
Loading...
Searching...
No Matches
src
include
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
41
uint64_t
general_hash
(
char
*
string
);
42
52
char
*
fpath2abs
(
char
*path,
int
options);
53
54
#endif
includes.h
fpath2abs
char * fpath2abs(char *path, int options)
Definition
util.c:42
general_hash
uint64_t general_hash(char *string)
Definition
util.c:31
Generated by
1.10.0