https://github.com/rinhizakura/bitcpy
A practice to implement bit copy
https://github.com/rinhizakura/bitcpy
Last synced: 3 months ago
JSON representation
A practice to implement bit copy
- Host: GitHub
- URL: https://github.com/rinhizakura/bitcpy
- Owner: RinHizakura
- Created: 2020-09-05T12:16:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T09:45:13.000Z (about 4 years ago)
- Last Synced: 2024-12-27T12:09:02.715Z (4 months ago)
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcpy
## Introduction
This is a practice to implement a function for bit copy.If you could read chinese, you are welcome to visit [Here](https://hackmd.io/@RinHizakura/B17sUnk4v)! Please give me any opinion if you find bug in my code!
## Reference
The original source code is from [2020q1 第 4 週測驗題
](https://hackmd.io/@sysprog/linux2020-quiz4) of class "NCKU linux kernel internal".