  C symbolic constant definitions? (fscndef.h) 
 The Question is:
 
How do I use the FSCN$* symbols in a C program that calls
 SYS$FILESCAN ? Which header file should I include in my
program ?
 
S. Singh
 
 
 
 The Answer is:
 
  For access to the FSCN symbolic constants from DEC C, the Wizard would
  recommend the following DEC C statement:
 
     #include &lt;fscndef.h&gt;
 
