source: app/src/compiledic/aut2fsa.cc @ a26cf42

Last change on this file since a26cf42 was 2f8d6d8, checked in by to <to@…>, 15 years ago

Poprawki kodu w C++ (nazwy plikow naglowkowych, using ...).

modified: compiledic/aut2fsa.cc
modified: dgp/grammar.hh
modified: dgp/mgraph.hh
modified: dgp/sgraph.hh
modified: dgp/thesymbols.hh
modified: gue/guess.cc
modified: kor/corlist.cc
modified: lem/lem.cc
modified: lib/symtab.cc
modified: lib/tft.h
modified: lib/tfti.h
modified: lib/ttrans.h
modified: lib/word.cc
modified: lib/word.h

  • Property mode set to 100644
File size: 184 bytes
Line 
1
2#include <iostream>
3#include <stdlib.h>
4
5#include "../lib/tfti.h"
6
7#include <fstream>
8
9using namespace std;
10
11int main()
12{
13  TFTiv<char,char> a;
14  a.read();
15  a.save();
16
17  return 0;
18}
Note: See TracBrowser for help on using the repository browser.