ILE C/C++ Programmer's Guide

Valid String Literals

The "string-literal" is used to specify the linkage associated with a particular function. The string literals used in linkage specifications are case-insensitive. The valid string literals for the linkage specification to call programs are:

 "OS" 
OS linkage call

 "OS nowiden" 
OS linkage call without widened parameters. See Specifying that a Function Has External (OS) Linkage for details.


[ Top of Page | Previous Page | Next Page | Table of Contents ]