#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "defines.h"
#include "cd.h"
Go to the source code of this file.
Defines | |
#define | CD_CHECK_RETURN(x) |
Functions | |
int | main () |
#define CD_CHECK_RETURN | ( | x | ) |
if ( !( x ) ) \ { \ cdImageDestroy( im ); \ fclose( outf ); \ return 1; \ }
Definition at line 26 of file cdexpert.c.
int main | ( | ) |
Definition at line 35 of file cdexpert.c.