#include "IccIO.h"
#include "IccUtil.h"
#include <stdlib.h>
#include <memory.h>
#include <string.h>
Defines | |
#define | __max(a, b) (((a) > (b)) ? (a) : (b)) |
#define | __min(a, b) (((a) < (b)) ? (a) : (b)) |
Contains: Implementation of the CIccIO class.
Version: V1
Copyright: © see ICC Software License
|
|
|
|