1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/examples/riot_and_cpp
Frederik Haxel 314dbf15b9 examples: Use size_t print format specifier
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:34 +01:00
..
c_functions.c
c_functions.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
cpp_class.cpp
cpp_class.hpp
main.cpp examples: Use size_t print format specifier 2023-12-21 12:02:34 +01:00
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).