Used to define implementations of symbols that are to be exported from a shared library.
#include <prtypes.h> PR_IMPLEMENT(type)implementation
PR_IMPLEMENT
is used to define implementations of externally visible routines and globals. For syntax details for each platform, see prtypes.h.