Select Git revision
simple_decoder_forrest.h
-
Alexis Nasr authoredAlexis Nasr authored
simple_decoder_forrest.h 142 B
#ifndef __SIMPLE_DECODER_FORREST__
#define __SIMPLE_DECODER_FORREST__
#include"context.h"
void simple_decoder_forrest(context *ctx);
#endif