FastLED
3.9.15
Loading...
Searching...
No Matches
has_include.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef __has_include
4
#define FL_HAS_INCLUDE(x) 0
5
#else
6
#define FL_HAS_INCLUDE(x) __has_include(x)
7
#endif
fl
stl
has_include.h
Generated on Tue Jun 16 2026 00:06:59 for FastLED by
1.13.2