source:
app/src/compiledic/aut2fsa.cc
@
4518a0b
| Last change on this file since 4518a0b was 25ae32e, checked in by obrebski <obrebski@…>, 18 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.