[USE_XAW]: Include <X11/Xaw/Paned.h>.
(lwlib_memset, lwlib_bcopy): Explicitly declare return type.
#ifdef __osf__
#include <string.h>
#include <stdlib.h>
-extern long *xmalloc();
#endif
+extern long *xmalloc();
#if defined (USE_LUCID)
#include "lwlib-Xlw.h"
#include "lwlib-Xol.h"
#endif
#if defined (USE_XAW)
+#include <X11/Xaw/Paned.h>
#include "lwlib-Xaw.h"
#endif
static void
instantiate_widget_instance (/* widget_instance* instance */);
+void
lwlib_memset (address, value, length)
char *address;
int value;
address[i] = value;
}
+void
lwlib_bcopy (from, to, length)
char *from;
char *to;