Go to the documentation of this file.
31 int rgets(
char** str);
70 int rngets(
char* str,
int dim);
101 int mergeSort(
void* vals[],
int begin,
int end,
int(*comp)(
void*,
void*));
int rgets(char **str)
Reads a line from the stdin.
int mergeSort(void *vals[], int begin, int end, int(*comp)(void *, void *))
Orders an array into ascending order, based on a given comparison function.
int getRandom(int min, int max)
Generates a random number in a given interval.
int rgetsEOF(char **str)
Reads a text from the stdin.
int rngets(char *str, int dim)
Reads a line from the stdin.
LibRCG © 2004-2015
Rui Carlos Gonçalves