HP OpenVMS Systems

ask the wizard
Content starts here

C symbolic constant definitions? (fscndef.h)

» close window

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 <fscndef.h>
 

answer written or last revised on ( 20-JUL-1998 )

» close window