progs/test1.c
changeset 208 204564b899a0
parent 207 e74a45933842
equal deleted inserted replaced
207:e74a45933842 208:204564b899a0
     2 #include <stdio.h>
     2 #include <stdio.h>
     3 #include <stdlib.h>
     3 #include <stdlib.h>
     4 
     4 
     5 void foo (char *bar)
     5 void foo (char *bar)
     6 {
     6 {
     7   unsigned long long my_long = 101010101;    // in hex: \xB5\x4A\x05\x06
     7    long my_long = 101010101;    // in hex: \xB5\x4A\x05\x06
     8 }
     8 }
     9  
     9  
    10 int main (int argc, char **argv)
    10 int main (int argc, char **argv)
    11 {
    11 {
    12   foo("my string is too long !!!!!");                  // all is normal
    12   foo("my string is too long !!!!!");                  // all is normal