|
//-----------------------------------------------------------------------------
// enc_lib.inc
// This file contains the interface and documentation for the encrypted library.
//
//-----------------------------------------------------------------------------
/**
@brief Encrypted function that does something
@helpid 200
@helpfile ExampleLib.chm
@menu enc_lib
*/
FUNCTION INTERFACE enc_func : INT;
VAR_INPUT
v1,v2:INT;
END_VAR;
END_FUNCTION;
INCLUDE example_lib/enc_lib_impl.enc
|