view utils.h @ 7:f159eec07daf

refactor
author Dennis C. M. <dennis@denniscm.com>
date Fri, 23 Jun 2023 10:01:37 +0100
parents 40a8bdbe2005
children
line wrap: on
line source

#ifndef UTILS_H
#define UTILS_H


#include <math.h>
#include <stdlib.h>


int random_int(int min, int max);


#endif