Run-length encoding: Difference between revisions

m
→‎{{header|C}}: "funciton" -> "function"
m (→‎{{header|C}}: "funciton" -> "function")
Line 480:
typedef struct stream_t stream_t, *stream;
struct stream_t {
/* get funcitonfunction is supposed to return a byte value (0-255),
or -1 to signify end of input */
int (*get)(stream);
Anonymous user