|
//-----------------------------------------------------------------------------
// enc_lib_impl.inc
// This file contains the implementation for the encrypted library.
//
//-----------------------------------------------------------------------------
FUNCTION IMPLEMENTATION enc_func;
// Do something with the inputs and update the return value.
enc_func := v1+v2;
END_FUNCTION;
|