merged branch 'speed-records', squashed
This commit is contained in:
@@ -14,12 +14,18 @@ void hsl2rgb(struct Rgb *, const struct Hls const *);
|
||||
|
||||
void rgb2hsl(struct Hls *, const struct Rgb const *);
|
||||
|
||||
static void decspan(const int);
|
||||
static const char *decspan(const int);
|
||||
|
||||
static void hexspan(const char *);
|
||||
static void hexspan(char *, int, const char *);
|
||||
|
||||
static void b(char * const);
|
||||
static void colorize_noalloc(char * const);
|
||||
|
||||
static void sanitize(char *);
|
||||
|
||||
void print_plname(const char*);
|
||||
|
||||
static char* append_to_str(char *, const char *);
|
||||
|
||||
char* colorize_name(char *, char * const);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user