ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
fclasses
tc_basic.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef TC_BASIC_H
15
#define TC_BASIC_H
16
20
#include <
fclasses/tc_stdio.h
>
21
#include <setjmp.h>
22
#include <
unidefs.h
>
23
#include <fclasses/libfclasses_exports.h>
24
30
#define SUCCESS NULL
31
#define MDC_MAXARGS 5
32
36
typedef
struct
mdc_sblock
37
{
38
int
eim_error
;
39
int
eim_errno
;
40
char
*
emsg
[
MDC_MAXARGS
];
41
struct
mdc_sblock
*
next
;
42
struct
mdc_sblock
*
previous
;
43
} *
mdc_status_t
;
44
49
#define tags_equal(a,b) ((a)==(b))
50
51
#ifdef PROTO
52
#undef PROTO
53
#endif
54
#define PROTO(params) params
55
58
#include <fclasses/libfclasses_undef.h>
59
#endif