aboutsummaryrefslogtreecommitdiff
path: root/include/kern/lib.h
blob: be0e8e919bcb9c4477587d900317ed6707f7e5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef LIB_H_
#define LIB_H_

#include <stdint.h>

void hexify(uint32_t v, char* into);

void decimalify(int v, char* into);

#endif