FastLED 3.9.15
Loading...
Searching...
No Matches

◆ atexit()

int atexit ( void(*  )())

Has to be declared outside of any namespaces.

Called at program exit when run in a desktop environment. Extra C definition that some environments may need.

Returns
0 to indicate success

Definition at line 40 of file FastLED.cpp.

40{ return 0; }