Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
b2faf8451a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 429 Bytes
function ret=atsif_closefile()
%AT_U32 ATSIF_CloseFile()
%
%Description : This function is used to close the currently opened SIF file.
% This should be called whenever the SIF has been opened using the
% ATSIF_ReadAll enumeration and is no longer needed by the calling program.
%
%Arguments : NONE
%
%Return : Check the help for return code meanings
%
ret = atsifiomex('ATSIF_CloseFile');