Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
print.h File Reference
#include <ctype.h>
#include <stdio.h>
#include "io/fopen.h"
Include dependency graph for print.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct cons_pointer print (URL_FILE *output, struct cons_pointer pointer)
 print.h
 
void println (URL_FILE *output)
 

Function Documentation

◆ print()

◆ println()

void println ( URL_FILE output)

Definition at line 275 of file print.c.

References url_fputws.

Referenced by lisp_repl().