Here's some stuff one might find in a "linking library" in archaic systems.
Some of what you might expect here is now in osimpa proper in the plurals.
Number converters are here. 

"data" is declarations and allocations of things the routines in here
need. The typical use would be to
 
	. data

after the code but before "heap" in a program. Same with the subroutines, 
which you can then "call" in your code.
