#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <endian.h>
#include <math.h>
#include "utrac.h"
#include "debug.h"
Include dependency graph for utrac_cmd.c:
Go to the source code of this file.
Defines | |
#define | UT_DEBUG 3 |
#define | ESC_RED "\e[31m" |
#define | ESC_NONE "\e[0m" |
Functions | |
int | custom_pb_fct (float rate) |
UtCode | parse_charset_eol (char *charset_eol, int *charset_ip, UtEolType *eol_type) |
void | test_rcode (UtCode rcode, char *argv[]) |
void | print_all_ratings (UtText *text) |
void | print_parameters () |
void | print_list () |
void | print_distribution (UtText *text) |
void | print_ext_chars (UtText *text, bool use_color_b) |
void | all_ext_chars (UtText *text, bool use_color_b) |
int | callback (UtText *text, float progress) |
int | main (int argc, char *argv[]) |
Variables | |
const char * | NONE_STR = "none" |
Definition in file utrac_cmd.c.