home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / c / jplc1.arc / USEGUIDE.TOC < prev    next >
Text File  |  1988-07-22  |  5KB  |  92 lines

  1. .F╧                                i
  2. é                 ╘ ┴ ┬ ╠ ┼  ╧ ╞  ├ ╧ ╬ ╘ ┼ ╬ ╘ S
  3.  
  4.  
  5.   1. INTRODUCTION.............................................1-1
  6.  
  7.   2. HEADER LIBRARY...........................................2-1
  8.         Standard Character-Type Macros........................2-2
  9.         Standard Definitions and Selectors File...............2-4
  10.         Standard Error Number Definition File.................2-6
  11.         Standard Global Variable Header File..................2-7
  12.         Constant File for Math Functions......................2-8
  13.         Header File to Declare Math Functions................2-10
  14.         Screen Function Data File............................2-11
  15.         Standard Buffered Input/Output Definition Package....2-13
  16.         Standard Defined-Types File..........................2-16
  17.  
  18.   3. SYSTEM CALLS.............................................3-1
  19.         Close a File, Operating System Interface..............3-2
  20.         Create a File, Operating System Interface.............3-3
  21.         Terminate Process.....................................3-4
  22.         Move Read/Write Pointer...............................3-5
  23.         Open for Reading or Writing...........................3-6
  24.         Read from File........................................3-7
  25.         Rename a File.........................................3-8
  26.         Change Core Allocation................................3-9
  27.         Remove Directory Entry...............................3-10
  28.         Write on a File......................................3-11
  29.  
  30.   4. FUNCTION LIBRARY.........................................4-1
  31.         Absolute Values.......................................4-2
  32.         Memory Allocation Package.............................4-3
  33.         ASCII/Numeric Conversion..............................4-4
  34.         Count Bits in Argument................................4-7
  35.         Stream Status Inquiries...............................4-8
  36.         Gaussian Error Functions and Inverses.................4-9
  37.         Mathematical Functions...............................4-10
  38.         Close or Flush a Stream..............................4-12
  39.         Absolute Value, Rounding, Integer and Fractional Par.4-13
  40.         Open a Stream........................................4-14
  41.         Buffered Input/Output................................4-15
  42.         Mantissa and Exponent Functions......................4-16
  43.         Reposition a Stream..................................4-17
  44.         Get a Buffer.........................................4-18
  45.         Get Character or Word from Stream....................4-19
  46.         Get a String from a Stream...........................4-21
  47.         Euclidian Distance Function..........................4-22
  48.         String Operation Functions...........................4-23
  49.         Character Classification Functions...................4-25
  50.         Quesion User.........................................4-26
  51.         Main Memory Allocator................................4-27
  52.         Maximum and Mimimum Function for Integers, Doubles a.4-29
  53.         Normal Probability Functions.........................4-30
  54.         Formatted Output Conversion..........................4-31
  55.         Put Character or Word on a Stream....................4-34
  56.         Put a String on a Stream.............................4-35è.FO                                ii
  57.         Random Number Generator Functions....................4-36
  58.         Rational Function Evaluation.........................4-37
  59.         Fourth Order Runga-Kutta.............................4-38
  60.         Formatted Input Conversion...........................4-39
  61.         Screen Input/Output..................................4-43
  62.         Assign Buffer........................................4-45
  63.         Sign Function........................................4-46
  64.         Integration by Simpson's Modified Rule...............4-47
  65.         Trigonometric Functions..............................4-48
  66.         Hyperbolic Functions.................................4-50
  67.         Sort Functions.......................................4-51
  68.         Conversion to Lower and Upper Case...................4-53
  69.         Push Character Back into Input Stream................4-54
  70.  
  71.   5. CUSTOMIZATION NOTES......................................5-1
  72.         Customization Procedure..............................5-15
  73.         Customization Example................................5-16
  74.  
  75.  
  76. 
  77. A P P E N D I C E S
  78.  
  79.   A. REFERENCES...............................................A-1
  80.  
  81.   B. INDEX....................................................B-1
  82. .PAè.FO                               iii
  83.                     L I S T  O F  T A B L E S
  84.  
  85.  5-1: PORTABLE C LIBRARY SYSTEM INTERFACE.....................5-1
  86.  5-2: PORTABLE C LIBRARY COMPILER- & SYSTEM-DEPENDENT ELEMENT.5-2
  87.  5-3: PORTABLE C LIBRARY SYSTEM-INDEPENDENT ELEMENTS..........5-4
  88.  5-4: PORTABLE C LIBRARY ELEMENTS.............................5-9
  89. .PAè.FO
  90. .HE
  91. .PN 1
  92.