From 73aab806e4562dd6719e908c6c8b7fb97bb68c74 Mon Sep 17 00:00:00 2001 From: Yvan Date: Fri, 17 Dec 2021 16:40:57 +0100 Subject: [PATCH] ptite indexation :point_left: :point_right: --- lfo.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lfo.c b/lfo.c index 30169a1..298993f 100644 --- a/lfo.c +++ b/lfo.c @@ -18,16 +18,16 @@ union mars_instruction { int main(int argc, char* argv[]){ -union mars_instruction toto; -union mars_instruction didier; + union mars_instruction toto; + union mars_instruction didier; -toto.instruction = 216173890264694884; + toto.instruction = 216173890264694884; -didier.mars.codeop = 2; -didier.mars.arga = 2; -didier.mars.argb = 8; + didier.mars.codeop = 2; + didier.mars.arga = 2; + didier.mars.argb = 8; -printf("Long long int: %lld\n", didier.instruction); -printf("Argument b de toto: %d\n", toto.mars.argb); + printf("Long long int: %lld\n", didier.instruction); + printf("Argument b de toto: %d\n", toto.mars.argb); } \ No newline at end of file