HC: Prototypes for the commands of the audio file selector.
CC: Array of commands for the audio file selector.
AT: server_command
+SI: osl
IN: para error string afh afs server list user_list
SN: list of afs commands
TM: mood lyr img pl
AT:)
array_type="$value"
;;
+ SI:)
+ for i in $value; do
+ system_includes="$system_includes
+#include <$i.h>"
+ done
+ ;;
IN:)
for i in $value; do
includes="$includes
com_c_file()
{
echo "/** \file $output_file.c $c_file_comment */"
+ echo "$system_includes"
echo "$includes"
echo "struct $array_type $array_name[] = {"
while : ; do
CC: array of server commands
AT: server_command
IN: para error string afh afs server list user_list
+SI: osl
SN: list of server commands
---
N: ff