/************************************************************* * File: lib/files.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start of revision history */ #include /************************************************************* * _mfile[] * A stub to satisfy the linker when building PMON. This is * necessary because the same read() and write() routines are * used by both PMON and the client, and the client supports * ram-based files. */ Ramfile _mfile[] = {{0}};