// This file is part of fityk program. Copyright (C) 2003 Stefan Krumm
// Licence: GNU General Public License version 2
#ifndef FITYK__FILEROUTINES__H__
#define FITYK__FILEROUTINES__H__
#include <iostream>
#include <sstream>
#include <stdio.h>
#include "data.h"
void load_siemensbruker_filetype (std::string filename, Data *data);
int frint(int pos, FILE *stream);
void frstr(int pos,int cnt,FILE *stream,char *dum);
float frfloat(int pos,FILE *stream);
int frshort(short pos,FILE *stream);
#endif
syntax highlighted by Code2HTML, v. 0.9.1