Go to the source code of this file.
Define Documentation
Value:int _name(const char *in, const int isize, char *out, int *osize) \
{ \
return -1; \
}
Definition at line 54 of file T50.c.
Function Documentation
Check whether given string is a valid numerical IA5 string
- Parameters:
-
[in] | in | Input string |
[in] | size | Length |
- Returns:
- true / false
Definition at line 21 of file T50.c.
Check whether given string is a valid IA5 string
- Parameters:
-
[in] | in | Input string |
[in] | size | Length |
- Returns:
- true / false
Definition at line 14 of file T50.c.