%# -*-mode: C-*-
%define c "  "
/* -*-mode: C-*-

  <:NAME>

%license


  <:DATE> <:AUTHOR> <<:EMAIL>>
*/

%if defined("BODY")
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
%endif # defined("BODY")
%end

Uses: BODY

BODY:
If BODY is defined, include the most common headers for C programming on
a Unix system.
