Rizin
unix-like reverse engineering framework and cli tools
oabc.c File Reference
#include <system.h>
#include <oab.h>

Go to the source code of this file.

Functions

struct msoab_compressormspack_create_oab_compressor (struct mspack_system *sys)
 
void mspack_destroy_oab_compressor (struct msoab_compressor *self)
 

Function Documentation

◆ mspack_create_oab_compressor()

struct msoab_compressor* mspack_create_oab_compressor ( struct mspack_system sys)

Creates a new OAB compressor.

Parameters
sysa custom mspack_system structure, or NULL to use the default
Returns
a msoab_compressor or NULL

Definition at line 16 of file oabc.c.

17 {
18  /* todo */
19  return NULL;
20 }
#define NULL
Definition: cris-opc.c:27

References NULL.

◆ mspack_destroy_oab_compressor()

void mspack_destroy_oab_compressor ( struct msoab_compressor self)

Destroys an existing OAB compressor.

Parameters
selfthe msoab_compressor to destroy

Definition at line 22 of file oabc.c.

22  {
23  /* todo */
24 }