PreviousUpNext

15.4.161  src/lib/c-glue-lib/internals/c.pkg

#
# Encoding C's type system in Mythryl.
#
# This module provides the "public" view of the implementation.
#
#   (C) 2001, Lucent Technologies, Bell Laboratories
#
# author: Matthias Blume (blume@research.bell-labs.com)

# Compiled by:
#     src/lib/c-glue-lib/internals/c-internals.lib

package c
: (weak) Ctypes         # Ctypes        is from   src/lib/c-glue-lib/c.api
= c_internals;


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext