variables d'environnement dans le parsing
This commit is contained in:
19
other/test2.c
Normal file
19
other/test2.c
Normal file
@ -0,0 +1,19 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* test2.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/02/07 13:30:04 by tomoron #+# #+# */
|
||||
/* Updated: 2024/02/07 13:34:55 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
int main(int argc,char **argv)
|
||||
{
|
||||
if(argc == 2)
|
||||
return(atoi(argv[1]));
|
||||
return(0);
|
||||
}
|
Reference in New Issue
Block a user