[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.107
SDDS_StringIsBlank
name:
SDDS_StringIsBlank
description:
Determines if a string is NULL or contains only whitespace.
synopsis:
#include ”SDDS.h”
int32_t SDDS_StringIsBlank(char *s);
arguments:
s:
String to be tested.
return value:
Returns 1 if the string is blank or NULL, 0 otherwise.
see also:
SDDS
_CopyString
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]