merged branch 'speed-records', squashed

This commit is contained in:
2024-10-18 21:21:02 -07:00
parent ded4e29594
commit 4d1816e0ce
11 changed files with 275 additions and 79 deletions

View File

@@ -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