Files
omnisearch/src/Utility/Utility.h
2026-02-23 00:57:21 -05:00

7 lines
69 B
C

#ifndef UTILITY_H
#define UTILITY_H
int hex_to_int(char c);
#endif