diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-01 21:53:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-01 21:53:06 +0200 |
commit | 02ea2bf02041509c78708b904c85093b2837acde (patch) | |
tree | 4b5803e1ee32bae0f5998269ddd6914bae043aa7 /awklib/eg/prog/indirectcall.awk | |
parent | 5712ad9b220c097371f0e83d09c3b1ce5e511c55 (diff) | |
download | egawk-02ea2bf02041509c78708b904c85093b2837acde.tar.gz egawk-02ea2bf02041509c78708b904c85093b2837acde.tar.bz2 egawk-02ea2bf02041509c78708b904c85093b2837acde.zip |
Lots of documentation changes.
Diffstat (limited to 'awklib/eg/prog/indirectcall.awk')
-rw-r--r-- | awklib/eg/prog/indirectcall.awk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awklib/eg/prog/indirectcall.awk b/awklib/eg/prog/indirectcall.awk index 56843d5d..3ecb2887 100644 --- a/awklib/eg/prog/indirectcall.awk +++ b/awklib/eg/prog/indirectcall.awk @@ -11,7 +11,8 @@ function num_ge(left, right) { return ((left + 0) >= (right + 0)) } -# do_sort --- sort the data according to `compare' and return it as a string +# do_sort --- sort the data according to `compare' +# and return it as a string function do_sort(first, last, compare, data, i, retval) { |