aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/lacweb.c
blob: 5054d8d550cac139140488e43457b2e17ecd6970 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

#include "types.h"

lw_unit lw_unit_v = {};

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