Cthulhu  0.2.10
Cthulhu compiler collection
actions.c File Reference
#include "base/panic.h"
#include "json_actions.h"
#include "interop/actions.h"
Include dependency graph for actions.c:

Go to the source code of this file.

Functions

void json_action (json_where_t *where, const char *text, size_t length)
 
void json_init (json_where_t *where)
 
void json_update (json_where_t *where, const json_where_t *offsets, int steps)
 

Function Documentation

◆ json_action()

void json_action ( json_where_t where,
const char *  text,
size_t  length 
)

Definition at line 7 of file actions.c.

◆ json_init()

void json_init ( json_where_t where)

Definition at line 13 of file actions.c.

◆ json_update()

void json_update ( json_where_t where,
const json_where_t offsets,
int  steps 
)

Definition at line 20 of file actions.c.