Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Secret messages found in GNU Emacs
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Messages in your article
Posted by: Anonymous Coward on April 03, 2004 06:32 AM#include
int main()
{
char c[] = { 0x56, 0x69, 0x6D, 0x20, 0x21, 0x00 };
printf("%s\n", c);
return 1;
}
prints:
Vim !
#