https://github.com/selma-belhadj/alx-low_level_programming
:octocat: PERSONAL STUDIES: C, System Calls, Pointers, Memory Handling, Static/Dynamic Libraries, Bit Manipulation, Data Structure & Algorithms
https://github.com/selma-belhadj/alx-low_level_programming
c
Last synced: over 1 year ago
JSON representation
:octocat: PERSONAL STUDIES: C, System Calls, Pointers, Memory Handling, Static/Dynamic Libraries, Bit Manipulation, Data Structure & Algorithms
- Host: GitHub
- URL: https://github.com/selma-belhadj/alx-low_level_programming
- Owner: selma-belhadj
- Created: 2022-09-08T10:07:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T23:37:48.000Z (over 3 years ago)
- Last Synced: 2025-02-02T07:25:14.533Z (over 1 year ago)
- Topics: c
- Language: C
- Homepage:
- Size: 374 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX School Projects :octocat:
## Low Level Programming
> Each folder in this repository illustrates an essential concept of programming,
> specific to the C programming language. The file names reference the concepts
> (i.e. pointers, recursion, malloc, free, structures, function pointers, variadic
> functions, linked lists, etc) Inside these folders are files containing bash
> scripts and functions around that particular concept. Some functions are
> re-creations of functions found in the C standard libraries (i.e. _strcpy, _strlen,
> etc).
### Environment
* Language: C
* OS: Ubuntu 14.04 LTS
* Compiler: gcc 4.8.4
* Style guidelines: [Betty style](https://github.com/holbertonschool/Betty/wiki)
## Getting Started
- clone the repository
`git clone git@github.com:selma-belhadj/alx-low_level_programming.git`
- navigate to the folder
`cd alx-low_level_programming`
## Authors
👤 **Selma Belhadj**
- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@Bel_Selma16](https://twitter.com/Bel_Selma16)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/selma-belhadj/alx-low_level_programming/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments