summaryrefslogtreecommitdiff
path: root/utils.h
blob: 0b72df4f01b12ca5370031b0f52f214c1fb49b7b (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

#define MAX_LINE 256

int checkIfFileExists(char *path);
int lineCounter(FILE *dictionary);
char* getLine(FILE *dictionary, int line);
int getRandomNumber(int min, int max);