Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
dump.c File Reference
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <wchar.h>
#include <wctype.h>
#include "memory/conspage.h"
#include "memory/consspaceobject.h"
#include "debug.h"
#include "memory/hashmap.h"
#include "ops/intern.h"
#include "io/io.h"
#include "io/print.h"
#include "memory/stack.h"
#include "memory/vectorspace.h"
Include dependency graph for dump.c:

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().