#include stdio

main ()
{
FILE *file_ptr;

file_ptr = fopen ("sys$scratch:tti_vendor.tmp", "r");
}
