view src/lib/randgen.h @ 183:4a7ab9e94f25 HEAD

size_t fixes for lib/. Changed OFF_T_FORMAT to PRIuOFF_T which is more C99-like.
author Timo Sirainen <tss@iki.fi>
date Sun, 08 Sep 2002 16:20:28 +0300
parents 4bcf3ff12c60
children 50acbcc7e4d8
line wrap: on
line source

#ifndef __RANDGEN_H
#define __RANDGEN_H

void random_fill(void *buf, size_t size);

/* may be called multiple times */
void random_init(void);
void random_deinit(void);

#endif