Zth (libzth)
inline.cpp
Go to the documentation of this file.
1 /*
2  * Zth (libzth), a cooperative userspace multitasking library.
3  * Copyright (C) 2019-2022 Jochem Rutgers
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
8  */
9 
10 #define ZTH_INLINE_EMIT
11 #include <zth>
12 
13 // Make sure this compilation unit has at least one symbol.
14 static int dummy __attribute__((unused));