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

https://github.com/ryanfleck/c-header-ci-test


https://github.com/ryanfleck/c-header-ci-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Experiment in C

[![Build Status](https://travis-ci.org/RyanFleck/c-header-ci-test.svg?branch=master)](https://travis-ci.org/RyanFleck/c-header-ci-test)

Derived mostly from Chapter 4 of **K&R C**. Goals:

- Simple C program with a header file.
- Can be compiled with gcc and clang.
- Travis CI to build. Unit testing as stretch goal.