FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
str
char str[80]
Definition:
test_client.c:7
Here is the caller graph for this function:
www~
index.js
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11