NAME
    AskKeyMapDefault -- Ask for a pointer to the current default
                        keymap. (V36)
SYNOPSIS
    keyMap = AskKeyMapDefault()
    struct keymap *askkeymapdefault( void );
FUNCTION
    Return a pointer to the keymap used by the keymap library for
    maprawkey and mapansi when a keymap is not specified.
RESULTS
    keyMap - a pointer to a keyMap structure.  This key map is
        guaranteed to be permanently allocated: it will remain in
        memory till the machine is reset.
BUGS
    The keymap.h include file should be in the libraries/ or perhaps
    resources/ directory, but is in the devices/ directory for
    compatability reasons.
SEE ALSO
    devices/keymap.h, keymap.library/setkeymapdefault(),
    console.device ...KEYMAP functions