comparison include/lacweb.h @ 106:d101cb1efe55

More with attributes and efficient serialization
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 15:49:14 -0400
parents 5f04adf47f48
children 94856a3b4752
comparison
equal deleted inserted replaced
105:da760c34f5ed 106:d101cb1efe55
1 #include "types.h" 1 #include "types.h"
2 2
3 extern lw_unit lw_unit_v; 3 extern lw_unit lw_unit_v;
4 4
5 void lw_write(const char*); 5 void lw_write(const char*);
6
7 char *lw_Basis_attrifyInt(lw_Basis_int);
8 char *lw_Basis_attrifyFloat(lw_Basis_float);
9 char *lw_Basis_attrifyString(lw_Basis_string);