LOADER_$CLEAR_INLIB Domain/OS LOADER_$CLEAR_INLIB
NAME
loader_$clear_inlib - clear the installed library list
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/loader.h>
void loader_$clear_inlib(status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/loader.ins.pas';
procedure loader_$clear_inlib(
out status: status_$t);
DESCRIPTION
Loader_$clear_inlib clears the list of privately installed libraries.
When it returns, there are no installed libraries accessible to the cal-
ling process other than the standard shared libraries.
status
The completion status.