fix(v0): incorrect main return type
This commit is contained in:
parent
0cd719fd82
commit
17a1935a54
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
/* pour la gestion des erreurs */
|
/* pour la gestion des erreurs */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
void main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
extern char *optarg;
|
extern char *optarg;
|
||||||
|
|
Loading…
Reference in a new issue