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

https://github.com/joseluisq/clang-samples

Some code examples to playaround with CLang and reusing its code from other languages.
https://github.com/joseluisq/clang-samples

clang cpp gcc

Last synced: 2 months ago
JSON representation

Some code examples to playaround with CLang and reusing its code from other languages.

Awesome Lists containing this project

README

          

# CLang Code Examples

> Some code examples to playaround with [CLang](https://en.wikipedia.org/wiki/C_(programming_language)) and reusing its code from other languages.

## Usage

```sh
make clang-run
make cpp-run
```