Files
Cpp-in-Embedded-Systems/Chapter18/cib/libs/flow/common.hpp
Amar Mahmutbegovic 8634accda5 add Chapter18
2025-02-06 00:19:59 +01:00

6 lines
91 B
C++

#pragma once
namespace flow {
using FunctionPtr = auto (*)() -> void;
} // namespace flow