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

https://github.com/getiot/linux-c

🐧 Linux C programming
https://github.com/getiot/linux-c

c linux system-programming tutorial-code

Last synced: 12 months ago
JSON representation

🐧 Linux C programming

Awesome Lists containing this project

README

          

[![GitHubStars](https://img.shields.io/github/stars/getiot/linux-c?style=flat-square&logo=GitHub)](https://github.com/getiot/linux-c/stargazers)
[![GitHub](https://img.shields.io/github/license/getiot/linux-c.svg)](https://github.com/getiot/linux-c/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/getiot/linux-c.svg)](https://github.com/getiot/linux-c/releases)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/getiot/linux-c.svg)](https://github.com/getiot/linux-c/pulls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](https://github.com/getiot/linux-c/pulls)

# linux-c

linux-c 是一个 Linux C 编程参考代码库,涵盖系统编程、网络编程、基本数据结构、工程构建、GCC 和 GDB 调试、驱动和外设控制等等,另外还包括部分高级特性参考示例、第三方库的使用示例,以及一些个人小项目参考。

本项目的初衷是收集和整理本人早期学习 Linux C 编程所编写的示例代码和练习项目,在开发新项目时能够快速找到相应的参考代码,提高开发效率。与 linux-c 仓库对应的文档教程,可以在 [人人都懂物联网](https://getiot.tech/) 网站找到,主要位于 [Linux 系统编程](https://getiot.tech/category/linux-c) 栏目。

# 项目维护

-