"R. Lahaye" <[EMAIL PROTECTED]> writes: | and watch the result. | Somehow, the executable can detect who has called, either gracebat | or xmgrace!
int main(int argc, char * argv[]) { printf("%s\n", argv[0]); } compile and test with link and without. -- Lgb