/********************************************************************* nam.c PDP-11 C Define a default NAM block Copyright 1989,1990, 1992 Digital Equipment Corporation All rights reserved. This software is furnished under a license and may be used and copied only in accordance with the terms of such license and with the inclusion of the above copyright notice. This software and any copies shall not be provided to any other person. No title to or ownership of the software is hereby transferred. The information in this software is subject to change without notice. DIGITAL assumes no responsibility for the use, functionality or reliability of its software on equipment which is not supplied by DIGITAL. *********************************************************************/ #include struct NAM cc$nam = { 0, /* Reserved */ 0, /* Resultant string buffer address */ 0, /* Resultant string buffer size (bytes) */ 0, /* Resultant string length (bytes) */ 0, /* Device identifier */ 0, 0, 0, 0, /* Wildcard directory context*/ 0, /* File identifier */ 0, 0, 0, /* Directory identifier */ 0, 0, 0, /* File specification mask */ 0, /* Expanded string buffer address */ 0, /* Expanded string buffer size (bytes) */ 0, /* Expanded string length (bytes) */ 0 /* Wild card context */ };