View Single Post
Old Jul 13th, 2005, 10:51 AM   #4
jim mcnamara
Hobbyist Programmer
 
Join Date: Jun 2005
Location: New Mexico
Posts: 228
Rep Power: 4 jim mcnamara is on a distinguished road
I think he means something like fingerprinting or image file version identifiers.

Let's try the easiest one put a what string at the beginning of a string. Put this near the top of your code
static char *MYidentifier="@(#) programname version 1.1.0";

ident and what will display it for you. You can write your own ident module -
call strstr() to find the start of the identifier.
jim mcnamara is offline   Reply With Quote