source: app/src/compiledic/aut2fsa.cc @ 25ae32e

help
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

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