matos/userspace/math.h

6 lines
80 B
C
Raw Normal View History

2021-11-05 23:02:23 +01:00
#pragma once
#include "stdarg.h"
#include "types.h"
uint32_t log2(uint32_t x);