source:
app/src/compiledic/aut2fsa.cc
@
8338227
Last change on this file since 8338227 was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
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 | |
9 | int 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.