home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / flower.zip / readme.1st < prev    next >
Text File  |  1997-06-24  |  906b  |  26 lines

  1. This zipfile should contain
  2.  
  3. main.c       -mainline
  4. mniplist.c   -linked list manipulations
  5. mniplist.h   -header for linked list manipulations
  6. memfunc.c    -allocate/initialize structs
  7. memfunc.h    -header for allocate/initialize structs
  8. printrpt.c   -print the reports
  9. printrpt.h   -header for printing reports
  10. updtlist.c   -update linked lists
  11. updtlist.h   -header for update linked lists
  12. structs.h    -structs & some #defines
  13. mydebug.h    -debugging macros
  14. cmplopt.txt  -explanation of compile and link options
  15. output.txt   -sample output
  16. makefile     -duh
  17. flower.exe   -duh
  18. readme.1st   -you're looking at it
  19. flower.doc   -documentation
  20. file_id.diz  -short description of function
  21. flow.cmd     -executes flower using its own source code
  22. makeme.cmd   -executes nmake to build flower
  23.  
  24. Documentation on use is in flower.doc, or run
  25. flower.exe without any command-line arguments.
  26.