home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / include / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-23  |  2.4 KB  |  93 lines

  1. /* @(#)help.h    5.20 93/08/23 15:31:16, Srini, AMD */
  2. /******************************************************************************
  3.  * Copyright 1991 Advanced Micro Devices, Inc.
  4.  *
  5.  * This software is the property of Advanced Micro Devices, Inc  (AMD)  which
  6.  * specifically  grants the user the right to modify, use and distribute this
  7.  * software provided this notice is not removed or altered.  All other rights
  8.  * are reserved by AMD.
  9.  *
  10.  * AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  11.  * SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  12.  * DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  13.  * USE OF THIS SOFTWARE.
  14.  *
  15.  * So that all may benefit from your experience, please report  any  problems
  16.  * or  suggestions about this software to the 29K Technical Support Center at
  17.  * 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
  18.  * 0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.
  19.  *
  20.  * Advanced Micro Devices, Inc.
  21.  * 29K Support Products
  22.  * Mail Stop 573
  23.  * 5900 E. Ben White Blvd.
  24.  * Austin, TX 78741
  25.  * 800-292-9263
  26.  *****************************************************************************
  27.  *      Engineer: Srini Subramanian.
  28.  *****************************************************************************
  29.  * This header file defines the help screen for different functions.
  30.  *****************************************************************************
  31.  */
  32. /*
  33. ** External variables
  34. */
  35.  
  36. extern char *help_main[];
  37.  
  38. extern char *help_a[];
  39.  
  40. extern char *help_b[];
  41.  
  42. extern char *help_c[];
  43. extern char *help_caps[];
  44. extern char *help_cp[];
  45. extern char *help_con[];
  46. extern char *help_ch0[];
  47.  
  48. extern char *help_d[];
  49. extern char *help_disc[];
  50. extern char *help_dp[];
  51.  
  52. extern char *help_e[];
  53. extern char *help_ex[];
  54. extern char *help_esc[];
  55. extern char *help_eon[];
  56.  
  57. extern char *help_f[];
  58.  
  59. extern char *help_g[];
  60.  
  61. extern char *help_h[];
  62.  
  63. extern char *help_i[];
  64. extern char *help_init[];
  65.  
  66. extern char *help_k[];
  67.  
  68. extern char *help_l[];
  69. extern char *help_logon[];
  70.  
  71. extern char *help_m[];
  72.  
  73. extern char *help_pid[];
  74.  
  75. extern char *help_q[];
  76. extern char *help_qoff[];
  77.  
  78. extern char *help_r[];
  79.  
  80. extern char *help_s[];
  81. extern char *help_sid[];
  82.  
  83. extern char *help_t[];
  84. extern char *help_tip[];
  85.  
  86. extern char *help_x[];
  87.  
  88. extern char *help_y[];
  89.  
  90. extern char *help_zc[];
  91. extern char *help_ze[];
  92. extern char *help_zl[];
  93.