dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/hex.h

20 lines
819 B
C

/* hex.h */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Dezimal-->Hexadezimal-Wandlung, Grossbuchstaben */
/* */
/* Historie: 2. 6.1996 */
/* */
/*****************************************************************************/
extern char *HexNibble(Byte inp);
extern char *HexByte(Byte inp);
extern char *HexWord(Word inp);
extern char *HexLong(LongWord inp);
extern void hex_init(void);