blob: 90b6e2f30e8ce1fdefad18ca6b4ec3060fa9874d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*--------------------------------------------------------------------------*/
/* INRIA 2007 */
/* Sylvestre LEDRU */
/*--------------------------------------------------------------------------*/
#ifndef __NOSCICOS_H__
#define __NOSCICOS_H__
int gw_scicos(void);
int haltscicos(char *name, int *win, int *entry, long int name_len);
#endif
/*--------------------------------------------------------------------------*/
|