next up previous contents index
Next: 12.3 Unsupported Features Up: 12 Minimal C Library: Previous: 12.1 Introduction

12.2 POSIX Interface

Some of the functions provided in the minimal C library depend on lower level I/O routines in the POSIX library (see Section 17) to provide mappings to the appropriate OSKit COM interfaces. For example, fopen in the C library will chain to open in the POSIX library, which in turn will chain to the appropriate oskit_dir and oskit_file COM operations.



Utah Flux Research Group