init
authorOlivier Matz <zer0@droids-corp.org>
Thu, 27 Oct 2016 15:59:44 +0000 (17:59 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 27 Oct 2016 15:59:44 +0000 (17:59 +0200)
commitca89e4f7548cb64e3dd1b67ea9ebb75ace33a754
tree39ea0923dfbef08e82caacd8b02d3f9385dae771
init
41 files changed:
lib/Makefile [new file with mode: 0644]
lib/build/test [new file with mode: 0755]
lib/ecoli_test.c [new file with mode: 0644]
lib/ecoli_test.h [new file with mode: 0644]
lib/ecoli_tk.c [new file with mode: 0644]
lib/ecoli_tk.h [new file with mode: 0644]
lib/ecoli_tk_empty.c [new file with mode: 0644]
lib/ecoli_tk_empty.h [new file with mode: 0644]
lib/ecoli_tk_int.c [new file with mode: 0644]
lib/ecoli_tk_int.h [new file with mode: 0644]
lib/ecoli_tk_or.c [new file with mode: 0644]
lib/ecoli_tk_or.h [new file with mode: 0644]
lib/ecoli_tk_seq.c [new file with mode: 0644]
lib/ecoli_tk_seq.h [new file with mode: 0644]
lib/ecoli_tk_space.c [new file with mode: 0644]
lib/ecoli_tk_space.h [new file with mode: 0644]
lib/ecoli_tk_str.c [new file with mode: 0644]
lib/ecoli_tk_str.h [new file with mode: 0644]
lib/main.c [new file with mode: 0644]
mk/ecoli-ar-rules.mk [new file with mode: 0644]
mk/ecoli-ar-vars.mk [new file with mode: 0644]
mk/ecoli-clean-rules.mk [new file with mode: 0644]
mk/ecoli-clean-vars.mk [new file with mode: 0644]
mk/ecoli-copy-rules.mk [new file with mode: 0644]
mk/ecoli-copy-vars.mk [new file with mode: 0644]
mk/ecoli-exe-rules.mk [new file with mode: 0644]
mk/ecoli-exe-vars.mk [new file with mode: 0644]
mk/ecoli-obj-rules.mk [new file with mode: 0644]
mk/ecoli-obj-vars.mk [new file with mode: 0644]
mk/ecoli-objcopy-rules.mk [new file with mode: 0644]
mk/ecoli-objcopy-vars.mk [new file with mode: 0644]
mk/ecoli-post.mk [new file with mode: 0644]
mk/ecoli-pre.mk [new file with mode: 0644]
mk/ecoli-shlib-rules.mk [new file with mode: 0644]
mk/ecoli-shlib-vars.mk [new file with mode: 0644]
mk/ecoli-slink-rules.mk [new file with mode: 0644]
mk/ecoli-slink-vars.mk [new file with mode: 0644]
mk/ecoli-subdir-rules.mk [new file with mode: 0644]
mk/ecoli-subdir-vars.mk [new file with mode: 0644]
mk/ecoli-tools.mk [new file with mode: 0644]
mk/ecoli-vars.mk [new file with mode: 0644]