loader: remove shouting from ORB's variable name
[hvf.git] / cp / include / util.h
blob41486c13e7e597e5bf08804a94a26d6cefdc760a
1 #ifndef __UTIL_H
2 #define __UTIL_H
4 extern char *strdup(char *s, int flags);
5 extern int hex(char *a, char *b, u64 *out);
6 extern int bcd2dec(u64 val, u64 *out);
8 #endif