mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-06 00:01:11 +00:00
Imported rest of libSDF / libsw. Removed dependency on preinstalled flex/bison in libdsf
This commit is contained in:
parent
a611d77c5d
commit
9e3ab3b045
22 changed files with 2364 additions and 2410 deletions
27
external/libsdf/include/libsdf/lsv.h
vendored
Normal file
27
external/libsdf/include/libsdf/lsv.h
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
#ifndef _LsvDOTh
|
||||
#define _LsvDOTh
|
||||
|
||||
#define LSV_ANY (-2)
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif /* __cplusplus */
|
||||
extern int LSV_procnum;
|
||||
extern int LSV_nproc;
|
||||
|
||||
extern char Smy_name[]; /* my hostname or inet address */
|
||||
|
||||
void Ssend(const void *outb, int outcnt, int dest, int type);
|
||||
int Srecv_block(void *inb, int size, int type, int *from);
|
||||
int Srecv(void *inb, int size, int type, int *from);
|
||||
void Sclose(void);
|
||||
void Sdiag(int (*)(const char *, ...));
|
||||
|
||||
void Sinit_host1(int *portp, char **namep);
|
||||
void Sinit_host(int nproc);
|
||||
void Sinit_elt(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _LsvDOTh */
|
Loading…
Add table
Add a link
Reference in a new issue