libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ir.hpp
Go to the documentation of this file.
1 /*
2  * ir.hpp
3  *
4  * Created on: Nov 13, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_IR_HPP_
9 #define INCLUDE_WALLABY_IR_HPP_
10 
11 
12 #include "export.h"
13 
15 {
16 public:
17  static void read();
18  static void write();
19 };
20 
21 
22 
23 #endif /* INCLUDE_WALLABY_IR_HPP_ */
Definition: ir.hpp:14
#define EXPORT_SYM
Definition: export.h:14