Open Tax Solveer - NY State Tax Returns
---------------------------------------

In here are included programs, templates, and examples for
New York State tax forms IT-200 and IT-201.

The example*.dat file is included for testing.
The template*.dat file is a blank starting form for entering
your tax data.


For IT-200 (taxable incomes < 65,000, limited deductions):

Compile:   
  cc taxsolve_NY_IT200_2005.c -o taxsolve_NY_IT200_2005

Run:
  ./taxsolve_NY_IT200_2005  NY_IT200_2005_template.dat


For IT-201 (full form)

Compile:   
  cc taxsolve_NY_IT201_2005.c -o taxsolve_NY_IT201_2005

Run:
  ./taxsolve_NY_IT201_2005  NY_IT201_2005_template.dat


