| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section presents a number of functions that are of general programming use.
13.2.1 Implementing nextfileas a FunctionTwo implementations of a nextfilefunction.13.2.2 Assertions A function for assertions in awkprograms.13.2.3 Rounding Numbers A function for rounding if sprintfdoes not do it correctly.13.2.4 The Cliff Random Number Generator 13.2.5 Translating Between Characters and Numbers Functions for using characters as numbers and vice versa. 13.2.6 Merging an Array into a String A function to join an array into a string. 13.2.7 Managing the Time of Day A function to get formatted times.