libcss
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
lex-auto.c File Reference
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <parserutils/input/inputstream.h>
#include <libcss/libcss.h>
#include "charset/detect.h"
#include "lex/lex.h"
#include "utils/utils.h"
#include "testutils.h"

Classes

struct  exp_entry
 
struct  line_ctx
 

Macros

#define EXP_ENTRY_TEXT_LEN   (128)
 

Typedefs

typedef struct exp_entry exp_entry
 
typedef struct line_ctx line_ctx
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ EXP_ENTRY_TEXT_LEN

#define EXP_ENTRY_TEXT_LEN   (128)

Typedef Documentation

◆ exp_entry

typedef struct exp_entry exp_entry

◆ line_ctx

typedef struct line_ctx line_ctx

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)