Files
klubhaus-doorbell/libraries/FastLED/src/fl/ostream.cpp
2026-02-12 00:45:31 -08:00

12 lines
168 B
C++

#include "fl/ostream.h"
namespace fl {
// Global cout instance for immediate output
ostream cout;
// endl manipulator instance
const endl_t endl;
} // namespace fl