Skip to content

sayakura/CodingExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

example on various stuff (mainly related to c)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published