ELinks 0.16.1.1
html-mangle.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Include dependency graph for html-mangle.c:

Macros

#define R(x)
#define MAXTCOUNT   100
#define MAXPCOUNT   20
#define MAXSTR2   80
#define MAXTAGS   80
#define MAXPARS   20

Functions

int get_ctl_handle ()
void make_up_value (void)
void random_tag (void)
int main (int argc, char **argv)

Variables

static char * tags [MAXTAGS][MAXPARS]

Macro Definition Documentation

◆ MAXPARS

#define MAXPARS   20

◆ MAXPCOUNT

#define MAXPCOUNT   20

◆ MAXSTR2

#define MAXSTR2   80

◆ MAXTAGS

#define MAXTAGS   80

◆ MAXTCOUNT

#define MAXTCOUNT   100

◆ R

#define R ( x)
Value:
(rand() % (x))

Function Documentation

◆ get_ctl_handle()

int get_ctl_handle ( void )

◆ main()

int main ( int argc,
char ** argv )

◆ make_up_value()

void make_up_value ( void )

◆ random_tag()

void random_tag ( void )

Variable Documentation

◆ tags

char* tags[MAXTAGS][MAXPARS]
static