- 1
- 2
- 3
- 4
- 5
w := ord(CHar(Pbyte(Pointer(Integer(IN_BUFFER)+ inpos))^));
s := ord(Char(Pbyte(Pointer(Integer(IN_BUFFER)+ inpos + 1))^));
PByte(Pointer(Integer(out_buf)+ outpos))^ := w and 255; {?????? ?? ?????? ??????}
PByte(Pointer(Integer(out_buf)+ outpos + 1))^ := w shr 8;
PByte(Pointer(Integer(out_buf)+ outpos))^ := PByte(Pointer(Integer(out_buf)+ outpos))^ or ((W and 15) shl 4);
капча негодуе... 3532
и не объявлением указателей абсолютным злом, при виде которого надо бежать в интернеты и постить дебильные вопросы, начинающиеся с help me i'm noob :-D
лолЧто?
а так если
всё равно будет собираться и работать :-Р