| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

close_message_file

#include "sflmesg.h"
void
close_message_file (void)

Synopsis

Closes the currently open message file, if any. Does not return anything.

Source Code - (sflmesg.c)

{
    if (msgfile)
      {
        file close (msgfile);
        msgfile = NULL;
      }
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix