Contiki 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 Jul 6 2017 20:52:50 for Contiki 3.x by
1.8.6