Contiki-Inga 3.x
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
stm32w108
e_stdio
src
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
Generated on Thu Apr 24 2014 16:26:15 for Contiki-Inga 3.x by
1.8.3.1