/*
 *  files.h
 *  Wcalc
 *
 *  Created by Kyle Wheeler on Sat Mar 22 2003.
 *  Copyright (c) 2003 Kyle Wheeler. All rights reserved.
 *
 */

#ifndef WCALC_FILES
#define WCALC_FILES

int saveState(char *filename); // filename is freed by saveState
int loadState(const char *filename, const int into_history);
int storeVar(const char *variable);

#endif


syntax highlighted by Code2HTML, v. 0.9.1