mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
14 lines
403 B
C++
Vendored
14 lines
403 B
C++
Vendored
// ======================================================================
|
|
// \title FppConstantsAc.cpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief cpp file for FPP constants
|
|
// ======================================================================
|
|
|
|
#include "FppConstantsAc.hpp"
|
|
|
|
const char *const s1 = "\"Hello,\" he said.";
|
|
|
|
const char *const s2 = "Line 1.\nLine 2.";
|
|
|
|
const char *const s3 = "\\";
|