Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
dump.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <wchar.h>
#include <wctype.h>
Include dependency graph for dump.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void dump_object (URL_FILE *output, struct cons_pointer pointer)
 dump the object at this cons_pointer to this output stream.
 
void dump_string_cell (URL_FILE *output, wchar_t *prefix, struct cons_pointer pointer)
 

Function Documentation

◆ dump_object()

◆ dump_string_cell()

void dump_string_cell ( URL_FILE output,
wchar_t *  prefix,
struct cons_pointer  pointer 
)

Definition at line 32 of file dump.c.

References cons_space_object::count, cons_space_object::payload, pointer2cell, print(), and url_fwprintf.

Referenced by dump_object().