i've made some additions to the file to explain the source code
parent
2fe12ac7dc
commit
61476b59b7
2
eko.c
2
eko.c
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
int main( int argc, char **argv)
|
int main( int argc, char **argv)
|
||||||
{
|
{
|
||||||
// register ne sert plus de nos jours
|
// register is a bit useless nowadays
|
||||||
register int i, nflg;
|
register int i, nflg;
|
||||||
nflg = 0;
|
nflg = 0;
|
||||||
// Le flag "n" sert à rajouter un saut de ligne
|
// Le flag "n" sert à rajouter un saut de ligne
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// This file displays the GDMSESSION environment variable
|
||||||
|
// Try with others if you want, you know how to now
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue