encore
Répétitions espacées dans le terminal
git clone
git://git.asteride.xyz/~ldp/encore.git
Journaux
|
Fichiers
|
Références
cve.h (70B)
1
#ifndef CVE_H
2
#define CVE_H
3
4
int cve(char *, unsigned int *);
5
6
#endif