/* Header file for RocketAware High Reuse High Compatibility Library librock/html.h - - - - - - - - - - - - Copyright Notice - - - - - - - - - - - - Copyright 1998-2000 Forrest J. Cavalier III See http://www.rocketaware.com/librock/ for documentation and original copies of this software. This software shall be distributed with the implementation source code according to the license terms therein. License text in librock_LIDESC_HC=12440211096131f5976d36be0cddca4cd9152e45 */ #ifndef librock_INC_HTML_H #define librock_INC_HTML_H #include #ifdef __cplusplus extern "C" { #endif /**************************************************************/ struct librock_random_s; #ifndef librock_SIZEOF_random_s #define librock_SIZEOF_random_s (sizeof(int)*3+sizeof(librock_uint32_t *)*3 + sizeof(librock_uint32_t)*64) #endif librock_uint32_t librock_random(struct librock_random_s *state); struct librock_random_s *librock_srandom(struct librock_random_s *state, librock_uint32_t x, char *prand, /* Random data for state */ int n); /* Amount of state information */ /**************************************************************/ #ifdef __cplusplus }; #endif #include #endif /* $Log: math.h,v $ Revision 1.3 2002/02/10 03:19:08 forrest@mibsoftware.com rights=#1 Standardized chg log Revision 1.2 2002/01/29 04:40:02 forrest@mibsoftware.com rights=#1 Prep for publish. API clean up, TAB, space at eol removal Revision 1.1 2001/10/20 03:50:21 forrest@mibsoftware.com rights=#1 Created rights#1 Copyright (c) Forrest J Cavalier III d-b-a Mib Software rights#1 License text in librock_LIDESC_HC=12440211096131f5976d36be0cddca4cd9152e45 */