Skip to content

C example #16

Description

@Mitchbux

Hello

What would be the decode program for

huf_read_writer_t *file_in;
huf_fdopen(&file_in, 0) // Read from standard input.

void *buf = NULL;
huf_read_writer_t *mem_out;
huf_memopen(&mem_out, &buf, HUF_1MIB_BUFFER);

huf_config_t config = {
.reader = file_in,
.writer = mem_out,
.length = length,
.blocksize = HUF_64KIB_BUFFER,
.reader_buffer_size = HUF_128KIB_BUFFER,
.writer_buffer_size = HUF_128KIB_BUFFER,
};

??

I'm having problem finding the encoded data.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions