ssm  0.0.2
Runtime Library for the Sparse Synchronous Model
ssm-top-act.c File Reference

Parent of the top-level activation record (entry point). More...

#include <ssm.h>
+ Include dependency graph for ssm-top-act.c:

Go to the source code of this file.

Functions

static void ssm_top_return (ssm_act_t *act)
 The top-level parent does nothing. More...
 

Variables

ssm_act_t ssm_top_parent = { .step = ssm_top_return }
 An activation record for the parent of the top-most routine. More...
 

Detailed Description

Parent of the top-level activation record (entry point).

Definition in file ssm-top-act.c.

Function Documentation

◆ ssm_top_return()

static void ssm_top_return ( ssm_act_t act)
static

The top-level parent does nothing.

Definition at line 7 of file ssm-top-act.c.