HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/fehQlibs-23/include/byte.h
#ifndef BYTE_H
#define BYTE_H

/**
	@file byte.h	
	@author djb, feh
	@source s/qmail
	@comment no declaration of argument types; too many compiler errors
*/

extern unsigned int byte_chr();
extern unsigned int byte_rchr();
extern void byte_copy();
extern void byte_copyr();
extern int byte_diff();
extern void byte_zero();
extern void byte_fill();

#define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))

#endif