index
:
omnisearch
master
A modern lightweight metasearch engine with a clean design written in C.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Utility
/
Utility.h
blob: 3b0181cf1050d031cd14ab7057e397a96bf39d6d (
plain
)
1
2
3
4
5
6
#ifndef UTILITY_H
#define UTILITY_H
int
hex_to_int
(
char
c
);
#endif