PIPS
scalopes.h
Go to the documentation of this file.
1 /* Warning! Do not modify this file that is automatically generated! */
2 /* Modify src/Libs/scalopes/scalopes-local.h instead, to add your own modifications. */
3 
4 /* header file built by cproto */
5 
6 #ifndef scalopes_header_included
7 #define scalopes_header_included
8 /* scalopes-local.h */
9 /* Nothing yet... */
10 /* cproto-generated files */
11 /* scalopify.c */
12 extern bool scalopify(char */*module_name*/);
13 /* sesamify.c */
14 extern hash_table shared_mem;
16 extern bool sesamify(char */*module_name*/);
17 /* scalopragma.c */
19 extern bool scalopragma(char */*module_name*/);
20 /* sesam_tasks_processing.c */
21 extern bool sesam_buffers_processing(const char */*module_name*/);
22 extern bool sesam_servers_processing(const char */*module_name*/);
23 #endif /* scalopes_header_included */
bool sesam_servers_processing(const char *)
bool sesam_buffers_processing(const char *)
sesam_tasks_processing.c
hash_table shared_mem
sesamify.c
Definition: sesamify.c:35
list statement_to_outline
scalopragma.c
Definition: scalopragma.c:25
bool scalopify(char *)
Warning! Do not modify this file that is automatically generated!
Definition: scalopify.c:94
bool sesamify(char *)
Definition: sesamify.c:52
bool scalopragma(char *)
Definition: scalopragma.c:59
hash_table entity_action
Definition: sesamify.c:36
The structure used to build lists in NewGen.
Definition: newgen_list.h:41