summaryrefslogtreecommitdiff
path: root/doc/MaintGuide/Template.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/MaintGuide/Template.c')
-rw-r--r--doc/MaintGuide/Template.c67
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/MaintGuide/Template.c b/doc/MaintGuide/Template.c
new file mode 100644
index 00000000..bd109203
--- /dev/null
+++ b/doc/MaintGuide/Template.c
@@ -0,0 +1,67 @@
+ /*@@
+ @file Template.c
+ @date Wed Sep 13 20:10:24 2000
+ @author Tom Goodale
+ @desc
+ Template source file
+ @enddesc
+ @version $Header$
+ @@*/
+
+#include "cctk.h"
+
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif /* HAVE_UNISTD_H */
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif /* HAVE_SYS_TIME_H */
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif /* HAVE_SYS_TYPES_H */
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif /* HAVE_SYS_SOCKET_H */
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif /* HAVE_NETINET_IN_H */
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif /* HAVE_NETDB_H */
+#ifdef HAVE_ARPA_INET_H
+#include <arpa/inet.h>
+#endif /* ARPA_INET_H */
+#ifdef HAVE_WINSOCK2_H
+#include <winsock2.h>
+#endif /* HAVE_WINSOCK2_H */
+
+#include "Template.h"
+
+static char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(MaintGuide_Template_c)
+
+/********************************************************************
+ ********************* Local Data Types ***********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Routine Prototypes *********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Other Routine Prototypes *********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Data *****************************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* External Routines **********************
+ ********************************************************************/
+
+/********************************************************************
+ ********************* Local Routines *************************
+ ********************************************************************/
+