Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/autogen/autogen.html/ drwxr-xr-x | |
| Viewing file: Select action/file-type: Next: AutoGen macros, Previous: guile macros, Up: Augmenting AutoGen [Contents][Index] 4.3 Guile Callout FunctionsCallout functions must be registered with Guile to work. This can
be accomplished either by putting your routines into a shared library
that contains a To build them into AutoGen, you must place your routines in the source directory and name the files exp*.c. You also must have a stylized comment that getdefs can find that conforms to the following: /*=gfunc <function-name>
*
* what: <short one-liner>
* general_use:
* string: <invocation-name-string>
* exparg: <name>, <description> [, ['optional'] [, 'list']]
* doc: A long description telling people how to use
* this function.
=*/
SCM
ag_scm_<function-name>( SCM arg_name[, ...] )
{ <code> }
See the Guile documentation for more details. More information is also available in a large comment at the beginning of the agen5/snarf.tpl template file. Next: AutoGen macros, Previous: guile macros, Up: Augmenting AutoGen [Contents][Index] |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]-- |