C言語sort関数テストのサンプルを追加し、ドキュメントのチュートリアルを追加
authorj8takagi <j8takagi@nifty.com>
Mon, 24 Jan 2011 03:30:21 +0000 (12:30 +0900)
committerj8takagi <j8takagi@nifty.com>
Mon, 24 Jan 2011 03:36:29 +0000 (12:36 +0900)
commit6f08e4664ec3a35b294386c791b5139e205d813e
tree7fe71b7cd5c4961fba9068f7ceecd6a7ef8fce4d
parent5e4126da7f5c1de21de8d4ed28cef404f916915c
C言語sort関数テストのサンプルを追加し、ドキュメントのチュートリアルを追加
51 files changed:
doc/Makefile
doc/autotest_mk.html
doc/autotest_mk.texi
doc/sample_sort/sort_001/0.txt [new file with mode: 0644]
doc/sample_sort/sort_001/Makefile [new file with mode: 0644]
doc/sample_sort/sort_001/cmd.c.txt [new file with mode: 0644]
doc/sample_sort/sort_001/desc.txt [new file with mode: 0644]
doc/sample_sort/sort_002/0.txt [new file with mode: 0644]
doc/sample_sort/sort_002/Makefile [new file with mode: 0644]
doc/sample_sort/sort_002/cmd.c.txt [new file with mode: 0644]
doc/sample_sort/sort_002/desc.txt [new file with mode: 0644]
doc/sample_sort/sort_003/0.txt [new file with mode: 0644]
doc/sample_sort/sort_003/Makefile [new file with mode: 0644]
doc/sample_sort/sort_003/cmd.c.txt [new file with mode: 0644]
doc/sample_sort/sort_003/desc.txt [new file with mode: 0644]
doc/sample_sort/sort_004/0.txt [new file with mode: 0644]
doc/sample_sort/sort_004/Makefile [new file with mode: 0644]
doc/sample_sort/sort_004/cmd.c.txt [new file with mode: 0644]
doc/sample_sort/sort_004/desc.txt [new file with mode: 0644]
doc/sample_sort/sort_005/0.txt [new file with mode: 0644]
doc/sample_sort/sort_005/Makefile [new file with mode: 0644]
doc/sample_sort/sort_005/cmd.c.txt [new file with mode: 0644]
doc/sample_sort/sort_005/desc.txt [new file with mode: 0644]
sample/sort/Makefile [new file with mode: 0644]
sample/sort/sort.c [new file with mode: 0644]
sample/sort/sort_bug.c [new file with mode: 0644]
sample/sort/sort_normal.c [new file with mode: 0644]
sample/sort/test/Define.mk [new symlink]
sample/sort/test/Makefile [new symlink]
sample/sort/test/Test.mk [new symlink]
sample/sort/test/sort_001/0.txt [new file with mode: 0644]
sample/sort/test/sort_001/Makefile [new file with mode: 0644]
sample/sort/test/sort_001/cmd.c [new file with mode: 0644]
sample/sort/test/sort_001/desc.txt [new file with mode: 0644]
sample/sort/test/sort_002/0.txt [new file with mode: 0644]
sample/sort/test/sort_002/Makefile [new file with mode: 0644]
sample/sort/test/sort_002/cmd.c [new file with mode: 0644]
sample/sort/test/sort_002/desc.txt [new file with mode: 0644]
sample/sort/test/sort_003/0.txt [new file with mode: 0644]
sample/sort/test/sort_003/Makefile [new file with mode: 0644]
sample/sort/test/sort_003/cmd.c [new file with mode: 0644]
sample/sort/test/sort_003/desc.txt [new file with mode: 0644]
sample/sort/test/sort_004/0.txt [new file with mode: 0644]
sample/sort/test/sort_004/Makefile [new file with mode: 0644]
sample/sort/test/sort_004/cmd.c [new file with mode: 0644]
sample/sort/test/sort_004/desc.txt [new file with mode: 0644]
sample/sort/test/sort_005/0.txt [new file with mode: 0644]
sample/sort/test/sort_005/Makefile [new file with mode: 0644]
sample/sort/test/sort_005/cmd.c [new file with mode: 0644]
sample/sort/test/sort_005/desc.txt [new file with mode: 0644]
template/Group.mk