Introduce samples/ directory
These are sample programs to test the mini-libc implementation.
Signed-off-by:
Razvan Deaconescu <razvan.deaconescu@upb.ro>
Showing
- samples/.gitignore 15 additions, 0 deletionssamples/.gitignore
- samples/Makefile 29 additions, 0 deletionssamples/Makefile
- samples/fstat.c 144 additions, 0 deletionssamples/fstat.c
- samples/hello_world.c 10 additions, 0 deletionssamples/hello_world.c
- samples/malloc.c 41 additions, 0 deletionssamples/malloc.c
- samples/memcmp.c 33 additions, 0 deletionssamples/memcmp.c
- samples/memmove.c 30 additions, 0 deletionssamples/memmove.c
- samples/open_close.c 40 additions, 0 deletionssamples/open_close.c
- samples/read.c 18 additions, 0 deletionssamples/read.c
- samples/self_test_mem_list.c 51 additions, 0 deletionssamples/self_test_mem_list.c
- samples/stat.c 144 additions, 0 deletionssamples/stat.c
- samples/strcmp.c 35 additions, 0 deletionssamples/strcmp.c
- samples/strcpy_strcat.c 48 additions, 0 deletionssamples/strcpy_strcat.c
- samples/strstr_strrstr.c 34 additions, 0 deletionssamples/strstr_strrstr.c
- samples/truncate_ftruncate.c 65 additions, 0 deletionssamples/truncate_ftruncate.c
- samples/write.c 10 additions, 0 deletionssamples/write.c
Loading
Please register or sign in to comment