libkovan  1
The kovan standard library
botball.h
Go to the documentation of this file.
1 #ifndef _BOTBALL_H_
2 #define _BOTBALL_H_
3 
4 #include "export.h"
5 #include "vtable.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 VF EXPORT_SYM void shut_down_in(double s);
12 
13 VF EXPORT_SYM void wait_for_light(int light_port_);
14 
15 VFL
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
VF EXPORT_SYM void wait_for_light(int light_port_)
VF EXPORT_SYM void shut_down_in(double s)
#define VF
Definition: vtable.h:10
#define VFL
Definition: vtable.h:11
#define EXPORT_SYM
Definition: export.h:7