ITK Function Reference

(V10000.1.0.60_20160308.00)
iman_string.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 /* */
29 #ifndef IMAN_STRING_H
30 #define IMAN_STRING_H
31 #include <fclasses/tc_string.h>
32 
33 #define iman_strlen tc_strlen
34 #define iman_strcmp tc_strcmp
35 #define iman_strcasecmp tc_strcasecmp
36 #define iman_strncasecmp tc_strncasecmp
37 #define iman_strcpy tc_strcpy
38 #define iman_strncpy tc_strncpy
39 #define iman_strcat tc_strcat
40 #define iman_strstr tc_strstr
41 #define iman_strupr tc_strupr
42 #define iman_strdup tc_strdup
43 #define iman_strtok tc_strtok
44 #define iman_str_contains_wildcard tc_str_contains_wildcard
45 #define iman_str_contains_wildcard_at tc_str_contains_wildcard_at
46 
47 #endif