•  Back 
  •  C Language 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : C-Language Documentation
Author      : John Kormylo
Version     : C.HYP 1.0
Subject     : Documentation/C-Language
Nodes       : 233
Index Size  : 6362
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Mixing pointers to signed and unsigned char ]

  Using signed char pointers as unsigned char function parameters, or
  using unsigned char pointers as signed char function parameters.

  Use casting to remove warning, or change all char to either
  signed or unsigned.  (See -K flag from Compiler Options.)

ucp = code for #pragma warn.
 2  = warning level for message.