Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Other Syntax Segments > Shared-Object Filename >

C Shared-Object File

To specify the location of a C shared-object file, specify the path to the dynamically loaded executable file within a quoted pathname or as a variable.

Read syntax diagramSkip visual syntax diagramC Shared-Object File:
 
|--+-quote--+------------------+--pathname--+----------+--quote-+--|
   |        +-$environment_var-+            '-(symbol)-'        |
   |        +-/----------------+                                |
   |        '-.----------------'                                |
   '-$variable--------------------------------------------------'
 

Element Description Restrictions Syntax
environment_var Platform-independent indicator Must begin with a dollar sign ( $ ) Identifier
pathname Pathname to the file See notes that follow this table Identifier
quote Either single ( ' ) or double
( '' ) quotation mark symbol
Opening and closing quotation mark symbols must match Literal symbol (either ' or '')
symbol Entry point to the file Must be enclosed in parentheses Identifier
variable Platform-independent indicator Must begin with a dollar sign ( $ ) Identifier

The following rules affect pathname and filename specifications in C:

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]