16 lines
153 B
C
Executable File
16 lines
153 B
C
Executable File
/*
|
|
i4chang.h
|
|
17 Febbraio 1995
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
long S4FUNCTION i4changed(INDEX4 *);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|