%if EXISTS("_CODECACHE_API_") == 0
%assign _CODECACHE_API_ = 1
 
%%Function:LibCacheFunctionPrototypeBuffer=====================================
%%Abstract:
%%Cachesthefunctionprototypebuffertomodel_private.h/model.cfile
%%basedonthefilepackagingformat
%function LibCacheFunctionPrototypeBuffer(buffer) void
  %assign fileIdx = CGMODEL_ACCESS("BlockTypeSetup.CacheFunctionPrototype", buffer)
  %return LibUpdateCompiledModelFiles(fileIdx)
%endfunction
 
%endif %% _CODECACHE_API_