<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hola:.<BR>
Alguien me puede ayudar a descifrar lo siguiente:<BR>
 <BR>
#include <stdlib.h><BR>#include <stdio.h><BR>#include <string.h><BR>
 <BR>
int main(int argc, char **argv) {<BR>
 <BR>
 char Buffer[128] = {<BR>  0x00,  0x01,  0x02,  0x03,  0x04,<BR>  0xAA,<BR>  0}<BR><BR>
 int i;<BR>
 <BR>
 for(i=0;i<128;i++) printf("%d ",Buffer[i]);<BR>
}<BR>
 <BR>
0 1 2 3 4 -84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 <BR>
POrque no me muestra el 170 (0xAA)<BR>
 <BR><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>