home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / dev / misc / p2c / aztec / readme.aztec < prev   
Text File  |  1993-12-21  |  743b  |  25 lines

  1. To use P2C with Aztec C:
  2. ************************
  3.  
  4. - create the directory 'p2c' in your include directory
  5.  
  6. - copy the file 'p2c.h' to this directory
  7.  
  8. - copy the file p2c.lib to your 'lib' directory
  9.  
  10.  
  11. To compile the file 'foo.c' created by P2C enter:
  12. *************************************************
  13.  
  14.   cc foo.c
  15.   ln foo.o -lp2c -lm -lc
  16.  
  17. You can use the floating point type that you want. The library file 'p2c.lib'
  18. does not use floating point math and is therefore suitable for all types.
  19.  
  20. NOTE: To reduce the size of your executable don't link with a math linker
  21. library if your program does not use floating point math.
  22.  
  23. NOTE: You should modify the target language in the 'p2crc' file to allow
  24. P2C using all ANSI C features and definitions
  25.