comparison include/lacweb.h @ 102:5f04adf47f48

Writing HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 14:02:54 -0400
parents 717b6f8d8505
children d101cb1efe55
comparison
equal deleted inserted replaced
101:717b6f8d8505 102:5f04adf47f48
1 typedef int lw_Basis_int; 1 #include "types.h"
2 typedef float lw_Basis_float; 2
3 typedef char* lw_Basis_string; 3 extern lw_unit lw_unit_v;
4
5 void lw_write(const char*);