Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-kamal2004/ibrahimos
https://github.com/ahmed-kamal2004/ibrahimos
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmed-kamal2004/ibrahimos
- Owner: ahmed-kamal2004
- License: mit
- Created: 2024-04-05T17:56:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T08:43:37.000Z (6 months ago)
- Last Synced: 2024-06-18T00:29:24.984Z (5 months ago)
- Language: C
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
## headers.h contains clk functions, it should be included anywhere the clock functions are used.
## To get time call:
getClk();
## You can use Makefile to build and run your project
# To compile your project, use the command:
make# To run your project, use the command:
make run# If you added a file to your project add it to the build section in the Makefile
# Always start the line with a tab in Makefile, it is its syntax