pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-01
2021-05-01 14:18:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d667527228afba27822cdbe60ba491a08f8b3e2d (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
master
Doc: Fix some documentation typos.
2777:
push_string(out); }
-
/*! @decl
string
validate_utf8(utf8_string s)
-
*! @decl
string
validate_utf8(utf8_string s, int extended)
+
/*! @decl
int(0..1)
validate_utf8(utf8_string s)
+
*! @decl
int(0..1)
validate_utf8(utf8_string s, int extended)
*! *! Checks whether a string is a valid UTF-8 byte-stream. *!
2933:
push_int(ret); }
-
/*! @decl int(..1) deprecated_typep(type t)
+
/*! @decl int(
0
..1) deprecated_typep(type t)
*! *! Checks if the supplied type has the "deprecated" attribute. This would *! generally only be true in static types of identifiers that have been