Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by Vir ( 14 years ago )
int_v fetch_8_alpha(quint8 *bytes) {
// assuming bytes is properly aligned...
int_v x(bytes);
return x >> 24;
}
Revise this Paste