|
libcss
|
#include <stdint.h>#include <stdlib.h>#include <string.h>#include <libcss/libcss.h>#include "utils/utils.h"#include "testutils.h"Classes | |
| struct | line_ctx |
Macros | |
| #define | ABS(x) (uint32_t)((x) < 0 ? -((int64_t)x) : (x)) |
Typedefs | |
| typedef struct line_ctx | line_ctx |
Functions | |
| int | main (int argc, char **argv) |
| #define ABS | ( | x | ) | (uint32_t)((x) < 0 ? -((int64_t)x) : (x)) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |