ReactOS 0.4.16-dev-1044-ga6558c0
macutils.h
Go to the documentation of this file.
1#ifndef MACUTILS_H
2#define MACUTILS_H
3
4int maccmp( u8b *, u8b *);
5int maccpy( u8b *, u8b *);
6int str2mac( u8b *, u8b * );
7
8#endif
unsigned char u8b
Definition: datatypes.h:4
int maccpy(u8b *, u8b *)
int maccmp(u8b *, u8b *)
int str2mac(u8b *, u8b *)