Having found rust wasn't going to work, I've hacked up a rough core of the
cons space in C. None of this is tested.
This commit is contained in:
parent
655526afac
commit
2e77d2beb6
8 changed files with 398 additions and 0 deletions
12
src/version.h
Normal file
12
src/version.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* version.h
|
||||
*
|
||||
* Just the version number. There's DEFINITELY a better way to do this!
|
||||
*
|
||||
*
|
||||
* (c) 2017 Simon Brooke <simon@journeyman.cc>
|
||||
* Licensed under GPL version 2.0, or, at your option, any later version.
|
||||
*/
|
||||
|
||||
|
||||
#define VERSION "0.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue