Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
loremOut.c File Reference
#include "loremOut.h"
#include <assert.h>
#include <stdio.h>
#include "lorem.h"
#include "platform.h"

Macros

#define MIN(a, b)
 
#define LOREM_BLOCKSIZE   (1 << 10)
 

Functions

void LOREM_genOut (unsigned long long size, unsigned seed)
 

Macro Definition Documentation

◆ LOREM_BLOCKSIZE

#define LOREM_BLOCKSIZE   (1 << 10)

◆ MIN

#define MIN ( a,
b )
Value:
((a) < (b) ? (a) : (b))
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41

Function Documentation

◆ LOREM_genOut()

void LOREM_genOut ( unsigned long long size,
unsigned seed )