mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.10.2t30
This commit is contained in:
26
help/strlen
Normal file
26
help/strlen
Normal file
@@ -0,0 +1,26 @@
|
||||
NAME
|
||||
strlen - number of characters in a string
|
||||
|
||||
SYNOPSIS
|
||||
strlen(x)
|
||||
|
||||
TYPES
|
||||
x string
|
||||
|
||||
return integer
|
||||
|
||||
DESCRIPTION
|
||||
strlen(x) returns the number of characters in x
|
||||
|
||||
EXAMPLE
|
||||
> print strlen(""), strlen("abc"), strlen("a b\tc\\d")
|
||||
0 3 7
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
LIBRARY
|
||||
none
|
||||
|
||||
SEE ALSO
|
||||
XXX - fill in
|
Reference in New Issue
Block a user