#ifndef __SIMPLE_DECODER__ #define __SIMPLE_DECODER__ #include"context.h" void simple_decoder(context *ctx); #endif