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
main
int main(void)
This is main...
Definition:
ethconfig.c:49
Generated on Sun Nov 30 2014 09:58:58 for Contiki 3.x by
1.8.5