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, 0 insertions, 8 deletions
diff --git a/inf/rtk/offline/offline.h b/inf/rtk/offline/offline.h
deleted file mode 100644
index 9724846..0000000
--- a/inf/rtk/offline/offline.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#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 */
-};