An open API service indexing awesome lists of open source software.

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

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