Skip to content
Snippets Groups Projects
Forked from GOSSA JULIEN / P4z
4 commits behind, 17 commits ahead of the upstream repository.
utils.h 116 B
#include <stdio.h>
#include <stdlib.h>

void affichertab(long* T, int s);
long* listeAlea(size_t longeur, size_t N);