view src/c/lacweb.c @ 102:5f04adf47f48

Writing HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 14:02:54 -0400
parents
children d101cb1efe55
line wrap: on
line source
#include <stdio.h>

#include "types.h"

lw_unit lw_unit_v = {};

void lw_write(const char* s) {
  fputs(s, stdout);
}