Node:Built-in, Next:User-defined, Previous:Functions, Up:Functions
Built-in functions are always available for
your awk
program to call. This section defines all
the built-in
functions in awk
; some of these are mentioned in other sections
but are summarized here for your convenience.
int
, sin
and rand
.
split
, match
and sprintf
.