Files
Cpp-in-Embedded-Systems/Chapter17/cib/libs/flow/common.hpp
Amar Mahmutbegovic 526e6ec009 rename chapters
2025-02-09 13:11:21 +01:00

6 lines
91 B
C++

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