rstdlib

Generic Base Layer for writing C Programs
git clone anongit@rnpnr.xyz:rstdlib.git
Log | Files | Refs | Feed | README | LICENSE

build.sh (120B)


      1 #!/bin/sh
      2 
      3 cat \
      4 	rstd_compiler.h \
      5 	rstd_types.h \
      6 	rstd_intrinsics.h \
      7 	rstd_core.h \
      8 	rstd_platform.h \
      9 >> rstdlib.h