#include "caudiox.hpp"
#include "uti.h"
#include "xalloc.h"
Ir al código fuente de este archivo.
Definiciones | |
#define | RETURNIF(type) if (format.contains(type::formatStr())) return new type(this) |
#define | TESTFILE(type) if (type::testFile(f)) { fclose(f); return new type(this); } |
#define | IFEXT_2EXT(ext1, ext2) if (!stricmp(ext,ext1)) dest2 = path_src2destp(dest,"",ext2) |
#define RETURNIF | ( | type | ) | if (format.contains(type::formatStr())) return new type(this) |
#define TESTFILE | ( | type | ) | if (type::testFile(f)) { fclose(f); return new type(this); } |
#define IFEXT_2EXT | ( | ext1, | |||
ext2 | ) | if (!stricmp(ext,ext1)) dest2 = path_src2destp(dest,"",ext2) |