add stellarium emulation

This commit is contained in:
eddyem
2018-09-11 21:34:31 +03:00
parent b73587a5e4
commit bb5b4c4222
22 changed files with 2366 additions and 53 deletions

8
README
View File

@@ -2,12 +2,20 @@ This is a set of small usefull utilites & macros
bidirectional_list - simple list with operation of searching, inserting, deleting
B-trees - simple but slowly binary search trees with all main operations
fifo_lifo - simple stack-like queues
simple_list - 1-directional list with functions: add element; delete list
tmout - theads-based timeout to check something
usefull_macros - a lot of different macros & functions
* safe memory allocation & freeing
* coloured output on tty & monochromeous on non-tty
* error/warning/debug macros
* MMAP files into memory
stellarium_emul - snippet for stellarium telescope remote control