#include #include "dct.h" int main(void) { int retval; int workspace[DCTSIZE_BLOCK]; retval = 0; fdct(workspace); return retval; }