Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 888 Bytes

README.md

File metadata and controls

38 lines (36 loc) · 888 Bytes

CodingExercise

example on various stuff (mainly related to c)

Current Directory structure

.
├── c
│   └── print_env.c
├── dynlib
│   ├── dynamic.cpp
│   ├── dynamic.hpp
│   ├── dynamic.so
│   └── userdym.cpp
├── file
│   ├── fcntl.c
│   ├── fcntl.txt
│   ├── file.md
│   ├── lseek.c
│   ├── lseek.txt
│   ├── read.md
│   ├── shutdown.md
│   └── write.c
├── images
│   ├── kernel_ds_for_open_files.jpg
│   └── linux_file_system_imple.jpg
├── openGL
│   ├── Makefile
│   ├── glad.cpp
│   ├── include
│   ├── lib
│   └── main.cpp
├── socket
│   ├── recvfrom.c
│   └── sendto.c
└── unit_testing
    └── cunit