FACT++  1.0
function valid (   str)

Definition at line 85 of file index.js.

References str.

Referenced by gray(), and process_status().

86 {
87  if (str==undefined)
88  return false;
89 
90  if (str.length==0)
91  return false;
92 
93  return true;
94 }
char str[80]
Definition: test_client.c:7

+ Here is the caller graph for this function: