Zth (libzth)
Loading...
Searching...
No Matches
main_fiber.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019-2026 Jochem Rutgers
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 */
6
7#include <libzth/fiber.h>
8
10
11#ifndef ZTH_OS_WINDOWS
12__attribute__((weak))
13#endif
14int main_fiber(int UNUSED_PAR(argc), char** UNUSED_PAR(argv))
15{
17
18 return 0;
19}
#define ZTH_INDIRECT_PROLOGUE(func,...)
#define UNUSED_PAR(name)
Definition macros.h:79
int main_fiber(int argc, char **argv)