source: tags/arb_5.0/AISC_COM/C/aisc_server.h

Last change on this file was 5390, checked in by westram, 16 years ago
  • TAB-Ex
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 570 bytes
Line 
1#include <stdio.h>
2#include <stdlib.h>
3#include <aisc.h>
4#include <aisc_com.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9#include <string.h>
10    // #include <malloc.h>
11#include <memory.h>
12    int aisc_make_sets(long *obj);  /* sets in a create request */
13    int aisc_talking_get_index (int u, int o);
14
15#include <aisc_server_proto.h>
16#include <aisc_server_extern.h>
17#include <import_proto.h>
18
19#include <struct_man.h>
20
21#ifdef __cplusplus
22}
23#endif
24
25/************** SAVE and LOAD **************/
26
27#ifdef AISC_SAVE_YES
28#include <math.h>
29#endif                  /* for atof */
Note: See TracBrowser for help on using the repository browser.