From 2319e7caf864c1993d70b476f386744aeaadd421 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 18 Oct 1999 11:42:58 +0000 Subject: Prototypes for file utilities git-svn-id: http://svn.cactuscode.org/flesh/trunk@1062 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_File.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/include/cctk_File.h diff --git a/src/include/cctk_File.h b/src/include/cctk_File.h new file mode 100644 index 00000000..64f006b0 --- /dev/null +++ b/src/include/cctk_File.h @@ -0,0 +1,29 @@ + /*@@ + @header cctk_File.h + @date Mon Oct 18 00:42:35 CEST 1999 + @author Gabrielle Allen + @desc + Prototypes and constants for File routines + @enddesc + @version $Header$ + @@*/ + +#ifndef _CCTK_FILE_H_ +#define _CCTK_FILE_H_ + +/* Prototypes */ + +#ifdef __cplusplus +extern "C" { +#endif + +int CCTK_mkdir(char *dir); + +#ifdef __cplusplus +} +#endif + +#endif + + + -- cgit v1.2.3