%%============================================================================
%%Abstract:
%%Thisfiledispatchestothemainentryfile.
%%
%%Copyright2018TheMathWorks,Inc.
%%
%selectfile NULL_FILE
 
%if EXISTS("_CODEGENENTRY_") == 0
%assign _CODEGENENTRY_ = 1
 
%%Libraryfunctionssupportingthecommonentryfile
%include "codegenentrylib.tlc"
%include "%<SLibGetCodegenentryFileName()>"
%<SLibSetCodeGenSucceeded()>
 
%endif %% _CODEGENENTRY_
%%[EOF]codegenentry.tlc