|
void ide_fixstring (u8 *s, const int bytecount, const int byteswap)
|
|
void ide_fixstring (u8 *s, const int bytecount, const int byteswap)
|
|
u8 *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */
|
|
u8 *p = s, *end = &s[bytecount & ~1]; /* bytecount must be even */
|