libcss
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
parse-auto.c File Reference
#include <ctype.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libcss/libcss.h>
#include "stylesheet.h"
#include "utils/utils.h"
#include "testutils.h"

Classes

struct  exp_entry
 
struct  exp_entry::stentry
 
struct  line_ctx
 

Macros

#define MAX_RULE_NAME_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

◆ MAX_RULE_NAME_LEN

#define MAX_RULE_NAME_LEN   (128)

Typedef Documentation

◆ exp_entry

typedef struct exp_entry exp_entry
Todo:
at some point, we need to extend this to handle nested blocks

◆ line_ctx

typedef struct line_ctx line_ctx

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)