summaryrefslogtreecommitdiffstats
path: root/inf/rtk/offline/offline.h
diff options
context:
space:
mode:
Diffstat (limited to 'inf/rtk/offline/offline.h')
-rw-r--r--inf/rtk/offline/offline.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/inf/rtk/offline/offline.h b/inf/rtk/offline/offline.h
new file mode 100644
index 0000000..9724846
--- /dev/null
+++ b/inf/rtk/offline/offline.h
@@ -0,0 +1,8 @@
+#define RTK_EOL '\r'
+#define RTK_IDC(x,y) (x/y + (x % y != 0)) /* int devide ceil */
+#define RTK_RAM_KOS 128
+struct rtk_kos {
+ size_t o; /* ffset */
+ size_t l; /* ength */
+ size_t p; /* ojavi */
+};