ssm
Runtime Library for the Sparse Synchronous Model
Functions | Variables
ssm-top-act.c File Reference
#include "ssm.h"
Include dependency graph for ssm-top-act.c:

Functions

static void ssm_top_return (ssm_act_t *act)
 

Variables

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

Function Documentation

◆ ssm_top_return()

static void ssm_top_return ( ssm_act_t act)
static