Contiki 2.5
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 Fri Aug 30 2013 12:34:09 for Contiki 2.5 by
1.8.3.1