Mercurial > urweb
comparison include/urweb.h @ 1250:e80582b927f2
Add rand to Basis and handle it in Iflow
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 29 Apr 2010 17:24:42 -0400 |
parents | b7118ffd32ae |
children | b4480a56cab7 |
comparison
equal
deleted
inserted
replaced
1249:7c6fc92f6c31 | 1250:e80582b927f2 |
---|---|
278 | 278 |
279 uw_Basis_unit uw_Basis_debug(uw_context, uw_Basis_string); | 279 uw_Basis_unit uw_Basis_debug(uw_context, uw_Basis_string); |
280 | 280 |
281 void uw_set_client_data(uw_context, void *); | 281 void uw_set_client_data(uw_context, void *); |
282 | 282 |
283 uw_Basis_int uw_Basis_rand(uw_context); | |
284 | |
283 #endif | 285 #endif |