fdfaa20627
git-svn-id: svn://10.65.10.50/trunk@1079 c028cbd2-c16b-5b4b-a496-9718f37d4682
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
|
|
|