source: liacs/da/fibo_queue/leestekst.h@ 308

Last change on this file since 308 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 546 bytes
Line 
1#ifndef LeesTekstH
2#define LeesTekstH
3#include<iostream>
4#include<string>
5#include<fstream>
6using namespace std;
7#ifndef EOS
8#define EOS '\0'
9#endif
10#ifndef EOL
11#define EOL '\n'
12#endif
13bool sf36(ifstream&sv23,char*sv35,int sv101);bool sf37(char*sv102,int sv103,
14char*sv35,int&sv104);int sf38(ifstream&sv23,char*sv102,int sv103,char*sv35,
15int sv101,int&sv105,int&sv104);bool sf39(char*sv106);
16bool sf40(char*sv107,char*sv108);void sf41(char*sv106);void sf22(ifstream&sv23);
17void sf2(ifstream&sv23,char*sv28);bool sf27(char*sv24,char*sv25);
18#endif
Note: See TracBrowser for help on using the repository browser.