|
libcss
|
#include <inttypes.h>#include <stdio.h>#include <libcss/libcss.h>#include "stylesheet.h"#include "dump.h"#include "testutils.h"Macros | |
| #define | ITERATIONS (1) |
| #define | DUMP_CSS (1) |
| #define | CHUNK_SIZE (4096) |
| #define | max(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
| int | main (int argc, char **argv) |
| #define CHUNK_SIZE (4096) |
| #define DUMP_CSS (1) |
| #define ITERATIONS (1) |
| #define max | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |