|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
#include <stdio.h>#include "serene/rt/context.h"#include "serene/rt/engine.h"#include "serene/rt/fiber.h"#include "serene/rt/mm/interface.h"Go to the source code of this file.
Functions | |
| static srn_fiber_result_t | say_hello (srn_context_t *ctx, void *arg) |
| int | main (void) |
Variables | |
| static int | ok |
| int main | ( | void | ) |
Definition at line 40 of file hello.c.
|
static |