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.
 

Function Documentation

◆ dump_object()