zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
huffbuild.c File Reference
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdio.h>
#include "bookutil.h"

Go to the source code of this file.

Functions

static int getval (FILE *in, int begin, int n, int group, int max)
 
int main (int argc, char *argv[])
 
static void usage ()
 

Variables

static int nsofar =0
 

Function Documentation

static int getval ( FILE *  in,
int  begin,
int  n,
int  group,
int  max 
)
static

Definition at line 25 of file huffbuild.c.

References get_line_value(), get_next_value(), i, int, nsofar, and reset_next_value().

Referenced by main().

int main ( int  argc,
char *  argv[] 
)
static void usage ( void  )
static

Definition at line 50 of file huffbuild.c.

Variable Documentation

int nsofar =0
static

Definition at line 24 of file huffbuild.c.

Referenced by getval().