/* @(#)Copyright (c), 1987, 1993 StatSci, Inc.  All rights reserved. */

#ifndef _S_FILE_UTILS_H_
#define _S_FILE_UTILS_H_

#include <sccs.h>
SCCS_ID_C(0034,@(#)file_utils.h 3.3 last edit 3/5/93 StatSci)

extern void  S_filename_free (/* char *fname */);
extern char *S_filename (/* char *inparm */);
extern char *S_inhale_filelist (/* char *flist */);

#endif
