diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-04 15:01:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-04 15:01:50 +0200 |
commit | 5d3c11459bf9c8870cfc599722118b910aa17394 (patch) | |
tree | bfca9eed0911aa35ec30efc1a4c42a695d109a90 /gawkapi.h | |
parent | 507adb95a9a4eec0e2c84102482d0db9c484e1a2 (diff) | |
download | egawk-5d3c11459bf9c8870cfc599722118b910aa17394.tar.gz egawk-5d3c11459bf9c8870cfc599722118b910aa17394.tar.bz2 egawk-5d3c11459bf9c8870cfc599722118b910aa17394.zip |
More doc edits. Finish up api.texi.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ * before including this file! * You must include <stddef.h> or <stdlib.h> to get size_t's definition. * You should also include <stdio.h> if you intend to use - * the dl_load_func convenience macro. + * the dl_load_func() convenience macro. * To pass reasonable integer values for ERRNO, you will need to * include <errno.h>. */ |