Numworks Epsilon  1.4.1
Graphing Calculator Operating System
rt0.h
Go to the documentation of this file.
1 #ifndef ION_DEVICE_BOOT_RT0_H
2 #define ION_DEVICE_BOOT_RT0_H
3 
4 void start();
5 void abort();
6 
7 #endif
void start()
Definition: rt0.cpp:31
void abort()
Definition: rt0.cpp:22