view utils.h @ 8:f7af7255705e

text flickering fixed
author Dennis C. M. <dennis@denniscm.com>
date Fri, 23 Jun 2023 16:46:43 +0100
parents f159eec07daf
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