6 lines
86 B
C
6 lines
86 B
C
|
#ifndef _FONCTION_H
|
||
|
#define _FONCTION_H
|
||
|
|
||
|
int valnull(char tableau, int taille)
|
||
|
|
||
|
#endif
|