Open Tax Solver - North Carolina State D-400 Personal Income Tax Return
-----------------------------------------------------------------------

Included here is a program, template, and example for
North Carolina State D-400 personal income tax form.
Intended for use with the NC D-401 Instructions Booklet.

The NC400_2005_example.dat files is included for testing.
The NC400_2005_template.dat file is a blank starting form for
entering your tax data.  For each filer, copy template to a new
name, such as "NC400_2005.dat" or "NC400_2005_aunt_sally.dat,
and fill-in the lines.

The program consists of two files:
  taxsolve_NC400_2005.c - main, customized for NC D-400.
  taxsolve_routines.c - general purpose base routines.

Compile:
  cc taxsolve_NC400_2005.c -o taxsolve_NC400_2005

Run:
 First, run your Federal 1040 taxes and note the output file.
  ./taxsolve_fed1040_2005 fed1040_2005.dat 
 Then, complete your NC400 form input data file and run.
  ./taxsolve_NC400_2005  NC400_2005.dat


For updates and further information, see:
        http://sourceforge.net/projects/opentaxsolver/
Documentation:
        http://opentaxsolver.sourceforge.net/


Contributed by S. Jenkins 
Fixes by Lincoln Baxter
