Test bed for SDI headers.
commit07e6d51b5648cbee998cdf49a808d938335adee9
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2014 16:35:34 +0000 (25 16:35 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2014 16:35:34 +0000 (25 16:35 +0000)
tree884dee03434cc7001527f4798f04bf2fc1c4ce18
parent44b105277c48aa1fab8fd30352eb7b587c5d66f5
Test bed for SDI headers.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49532 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
23 files changed:
test/sdi/README [new file with mode: 0644]
test/sdi/SDI_compiler.h [new file with mode: 0644]
test/sdi/SDI_hook.h [new file with mode: 0644]
test/sdi/SDI_interrupt.h [new file with mode: 0644]
test/sdi/SDI_lib.h [new file with mode: 0644]
test/sdi/SDI_misc.h [new file with mode: 0644]
test/sdi/SDI_stdarg.h [new file with mode: 0644]
test/sdi/examples/hooks/example_hookuse.c [new file with mode: 0755]
test/sdi/examples/hooks/makefile.mos [new file with mode: 0644]
test/sdi/examples/hooks/makefile.os3 [new file with mode: 0644]
test/sdi/examples/hooks/makefile.os4 [new file with mode: 0644]
test/sdi/examples/libraries/example_lib.c [new file with mode: 0644]
test/sdi/examples/libraries/makefile.mos [new file with mode: 0644]
test/sdi/examples/libraries/makefile.os3 [new file with mode: 0644]
test/sdi/examples/libraries/makefile.os4 [new file with mode: 0644]
test/sdi/examples/misc/example_miscuse.c [new file with mode: 0644]
test/sdi/examples/misc/makefile.mos [new file with mode: 0644]
test/sdi/examples/misc/makefile.os3 [new file with mode: 0644]
test/sdi/examples/misc/makefile.os4 [new file with mode: 0644]
test/sdi/examples/varargs/example_varargs.c [new file with mode: 0755]
test/sdi/examples/varargs/makefile.mos [new file with mode: 0644]
test/sdi/examples/varargs/makefile.os3 [new file with mode: 0644]
test/sdi/examples/varargs/makefile.os4 [new file with mode: 0644]