summaryrefslogtreecommitdiff
path: root/src/include/CactusIOFunctions.h
blob: a86fecd5833d0afb16ef0dc720b2ec98df41b03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 /*@@
   @header    CactusIOFunctions.h
   @date      Mon Jan 8 1999
   @author    Gabrielle Allen
   @desc 
   Overloadable IO functions
   @enddesc 
 @@*/
 
/* $Header$ */

#ifndef _CACTUSIOFUNCTIONS_H_
#define _CACTUSIOFUNCTIONS_H_

#include <stdarg.h>

#include "OverloadMacros.h"

#ifdef __cplusplus
extern "C" {
#endif

/* The functions. */

#define OVERLOADABLE(name) OVERLOADABLE_PROTOTYPE(name)

#include "IOOverloadables.h"

#undef OVERLOADABLE

#ifdef __cplusplus
	   }
#endif

#endif