libcss
Loading...
Searching...
No Matches
Macros | Functions
lex.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include <parserutils/charset/utf8.h>
#include <parserutils/input/inputstream.h>
#include <libcss/libcss.h>
#include "charset/detect.h"
#include "utils/utils.h"
#include "lex/lex.h"
#include "testutils.h"

Macros

#define ITERATIONS   (1)
 
#define DUMP_TOKENS   (0)
 
#define CHUNK_SIZE   (4096)
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ CHUNK_SIZE

#define CHUNK_SIZE   (4096)

◆ DUMP_TOKENS

#define DUMP_TOKENS   (0)

◆ ITERATIONS

#define ITERATIONS   (1)

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)