{"id":30017343,"url":"https://github.com/cybersecurity-dev/awesome-c-programming-language","last_synced_at":"2025-08-05T22:56:13.214Z","repository":{"id":305512026,"uuid":"1021467935","full_name":"cybersecurity-dev/awesome-c-programming-language","owner":"cybersecurity-dev","description":"Awesome C Programming Language","archived":false,"fork":false,"pushed_at":"2025-07-20T14:46:47.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-20T15:20:28.711Z","etag":null,"topics":["c-lang","c-language-programming","c-programming","cprogramming"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-17T12:47:20.000Z","updated_at":"2025-07-20T14:46:51.000Z","dependencies_parsed_at":"2025-07-20T15:31:51.678Z","dependency_job_id":null,"html_url":"https://github.com/cybersecurity-dev/awesome-c-programming-language","commit_stats":null,"previous_names":["cybersecurity-dev/awesome-c-programming-language"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/awesome-c-programming-language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-c-programming-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-c-programming-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-c-programming-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-c-programming-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/awesome-c-programming-language/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-c-programming-language/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268987469,"owners_count":24340666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-lang","c-language-programming","c-programming","cprogramming"],"created_at":"2025-08-05T22:56:09.560Z","updated_at":"2025-08-05T22:56:13.140Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"15%\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/C_logo.svg\" /\u003e\n\u003c/p\u003e\n\n# Awesome C Programming Language [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) \n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)](https://youtube.com/playlist?list=PL9V4Zu3RroiV8oriwlPA6uUzB_SB0GzxY\u0026si=aZ40OWv_hIcQA1U2) [![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)](https://www.reddit.com/r/C_Programming/)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\n## Declarations \u0026 Definitions\n\n## Type Conversions\n\n## Arrays\n\n## Scope \u0026 Name Lookup\n\n## Pointers\n\n## Pointer Arrays\n\n## Pointer to pointer\n\n## void Pointers\n\n## Function Pointers\n\n## Dynamic Memory Management\n\n## Structures\n\n## Unions\n\n## Enumarations\n\n## Bitwise Operations\n\n## Severals\n- [cJSON](https://github.com/DaveGamble/cJSON) - Ultralightweight JSON parser in ANSI C.\n- [Doxygen](https://doxygen.nl/) -  Doxygen is a widely-used documentation generator tool in software development.\n\n## Compiler/Debugger\n- [MSVC \u0026 GCC \u0026 Clang](https://github.com/cybersecurity-dev/PowerShell-Toolkit/#install-c-cpp) - installation step of MSVC/GCC/Clang compiler in **Windows**\n- [GCC \u0026 Clang](https://github.com/cybersecurity-dev/Bash-Toolkit/#install-c-cpp) - installation step of GCC/Clang compiler in **Linux**\n- [OnlineGDB](https://www.onlinegdb.com/) - **Online** compiler and debugger for C/C++\n\n## \n\n### My Other Awesome Lists\nYou can access the my other awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)\n\n### Contributing\n[Contributions of any kind welcome, just follow the guidelines](contributing.md)!\n\n### Contributors\n[Thanks goes to these contributors](https://github.com/cybersecurity-dev/awesome-c-programming-language/graphs/contributors)!\n\n[🔼 Back to top](#awesome-c-programming-language-)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fawesome-c-programming-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fawesome-c-programming-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fawesome-c-programming-language/lists"}