ptite indexation 👈 👉
This commit is contained in:
16
lfo.c
16
lfo.c
@@ -18,16 +18,16 @@ union mars_instruction {
|
|||||||
|
|
||||||
int main(int argc, char* argv[]){
|
int main(int argc, char* argv[]){
|
||||||
|
|
||||||
union mars_instruction toto;
|
union mars_instruction toto;
|
||||||
union mars_instruction didier;
|
union mars_instruction didier;
|
||||||
|
|
||||||
toto.instruction = 216173890264694884;
|
toto.instruction = 216173890264694884;
|
||||||
|
|
||||||
didier.mars.codeop = 2;
|
didier.mars.codeop = 2;
|
||||||
didier.mars.arga = 2;
|
didier.mars.arga = 2;
|
||||||
didier.mars.argb = 8;
|
didier.mars.argb = 8;
|
||||||
|
|
||||||
printf("Long long int: %lld\n", didier.instruction);
|
printf("Long long int: %lld\n", didier.instruction);
|
||||||
printf("Argument b de toto: %d\n", toto.mars.argb);
|
printf("Argument b de toto: %d\n", toto.mars.argb);
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user