comparison byte.h @ 0:2cb46628feec

from cdb-0.75 per http://cr.yp.to/cdb.html, retrieved 2025-01-03, contents appear to have been create on 2000-02-19
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 29 Jan 2025 10:50:34 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2cb46628feec
1 #ifndef BYTE_H
2 #define BYTE_H
3
4 extern unsigned int byte_chr();
5 extern unsigned int byte_rchr();
6 extern void byte_copy();
7 extern void byte_copyr();
8 extern int byte_diff();
9 extern void byte_zero();
10
11 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
12
13 #endif