| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Compare two buffers character by character till a null-character is reached.
Source position: systemh.inc line 800
function CompareChar0(  | 
const buf1;  | 
const buf2;  | 
len: SizeInt  | 
):SizeInt;  | 
CompareChar0 compares 2 buffers buf1 and buf2 for a maximum length of len or till a null character is reached in either buffer. The result depends on the contents of the buffers:
None.
  | 
Compare 2 memory buffers byte per byte  | 
|
  | 
compare 2 memory buffers character per character  | 
|
  | 
Compare 2 memory buffers DWord per DWord  | 
|
  | 
Compare 2 memory buffers word per word  |