mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:29:46 +01:00
314dbf15b9
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net> |
||
---|---|---|
.. | ||
c_functions.c | ||
c_functions.h | ||
cpp_class.cpp | ||
cpp_class.hpp | ||
main.cpp | ||
Makefile | ||
Makefile.ci | ||
README.md |
Using C++ and C in a program with RIOT
This project demonstrates how user can use both C++ and C in their application with RIOT.
Makefile Options
- CXXEXFLAGS : user's extra flags used to build c++ files should be defined here (e.g -std=gnu++11).