FFmpeg
Functions | Variables
trasher.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include <errno.h>
#include <string.h>

Go to the source code of this file.

Functions

static uint32_t ran (void)
 
static void checked_seek (FILE *stream, int64_t offset, int whence)
 
int main (int argc, char **argv)
 

Variables

static uint32_t state
 

Function Documentation

◆ ran()

static uint32_t ran ( void  )
static

Definition at line 28 of file trasher.c.

Referenced by main(), and speex_rand().

◆ checked_seek()

static void checked_seek ( FILE *  stream,
int64_t  offset,
int  whence 
)
static

Definition at line 33 of file trasher.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 42 of file trasher.c.

Variable Documentation

◆ state

uint32_t state
static

Definition at line 27 of file trasher.c.

Referenced by main(), and ran().