diff options
Diffstat (limited to 'jim-subcmd.c')
-rw-r--r-- | jim-subcmd.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jim-subcmd.c b/jim-subcmd.c index bd6e050..c522830 100644 --- a/jim-subcmd.c +++ b/jim-subcmd.c @@ -1,3 +1,10 @@ +/* + * Makes it easy to support "ensembles". i.e. commands with subcommands + * like [string] and [array] + * + * (c) 2008 Steve Bennett <steveb@workware.net.au> + * + */ #include <stdio.h> #include <string.h> |