ARB
aisc_proto.h
Go to the documentation of this file.
1 /* This file is generated by aisc_mkpt.
2  * Any changes you make here will be overwritten later!
3  */
4 
5 #ifndef AISC_PROTO_H
6 #define AISC_PROTO_H
7 
8 /* define ARB attributes: */
9 #ifndef ATTRIBUTES_H
10 # include <attributes.h>
11 #endif
12 
13 
14 /* aisc.c */
15 
16 #ifndef AISC_DEF_H
17 #include "aisc_def.h"
18 #endif
19 
20 char *read_aisc_file(const char *path, const Location *loc);
21 
22 /* aisc_commands.c */
23 const char *formatted(const char *format, ...) __ATTR__FORMAT(1);
24 
25 /* aisc_var_ref.c */
26 char *get_var_string(const Data& data, char *var, bool allow_missing_var);
27 
28 #else
29 #error aisc_proto.h included twice
30 #endif /* AISC_PROTO_H */
AliDataPtr format(AliDataPtr data, const size_t wanted_len, GB_ERROR &error)
Definition: insdel.cxx:615
#define __ATTR__FORMAT(pos)
Definition: attributes.h:60
char * read_aisc_file(const char *path, const Location *loc)
Definition: aisc.c:22
char * get_var_string(const Data &data, char *var, bool allow_missing_var)
Definition: aisc_var_ref.c:147
const char * formatted(const char *format,...) __ATTR__FORMAT(1)
Definition: aisc_commands.c:65