Contiki 3.x
test-scanf.c
1 
2 
3 
4 int main() {
5 
6 float flottant ;
7 // char c;
8 scanf("%f" , &flottant);
9 // scanf("%c",&c);
10  //while(1);
11  return 0;
12 
13  }
14 
int main(void)
This is main...
Definition: ethconfig.c:49