AST3_C/include/util.h

5 lines
96 B
C

#pragma once
int round(float num);
int round_sup(float num);
int rand_range(int low, int high);