ascii-chat
0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
rle.h
Go to the documentation of this file.
1
#pragma once
2
33
#include <stddef.h>
34
61
char
*
ansi_expand_rle
(
const
char
*input,
size_t
input_len);
62
87
char
*
ansi_compress_rle
(
const
char
*input,
size_t
input_len);
88
ansi_compress_rle
char * ansi_compress_rle(const char *input, size_t input_len)
Compress repeated characters using RLE escape sequences.
Definition
rle.c:98
ansi_expand_rle
char * ansi_expand_rle(const char *input, size_t input_len)
Expand RLE escape sequences in a string.
Definition
rle.c:13
lib
video
rle.h
Generated by
1.9.8