ReactOS 0.4.15-dev-7934-g1dc8d80
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 *)