webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "tags.h"
Macros | |
#define | R(x) (rand() % (x)) |
#define | MAXTCOUNT 100 |
#define | MAXPCOUNT 20 |
#define | MAXSTR2 80 |
Functions | |
void | make_up_value (void) |
void | random_tag (void) |
int | main (int argc, char **argv) |
#define MAXPCOUNT 20 |
#define MAXSTR2 80 |
#define MAXTCOUNT 100 |
int main | ( | int | argc, |
char ** | argv | ||
) |