25 lines
814 B
C
25 lines
814 B
C
// **********************************************************************************
|
|
// * "l_chl_v6.h" *
|
|
// * Written by : Sébastien Rubens *
|
|
// * Tabulations : 4 char *
|
|
// **********************************************************************************
|
|
#ifndef L_CHL_V6_H
|
|
#define L_CHL_V6_H
|
|
|
|
|
|
// **********************************************************************************
|
|
extern signed long slMaxInChannel; // Max in channel name le to set ChannelNumber value !!!
|
|
|
|
|
|
|
|
#ifndef L_CHL_V6_C
|
|
// **********************************************************************************
|
|
// Extern fonctions definitions
|
|
extern void fn_v_InitCHLV6i( void );
|
|
|
|
|
|
|
|
// **********************************************************************************
|
|
#endif
|
|
|
|
#endif |