.PP
This group of buttons,
"LIB FUNCTION DEF", "LIB INCLUDES", or "LIBRARY CODE"
are used to edit PS fields that
primarily affect the library program code of the new program
that you are writing.  Below is a list
of each field with a description of what should
be in the field and what files created by \fBghostwriter\fP
are affected.
.SH
"LIB FUNCTION DEF" 
.LP
(-LIBRARY_DEF to -LIBRARY_DEF_END)
.PP
The library routine definition.  DO NOT format
for nroff since it is used directly in
lvnew.c!  Also goes into the vnew.3 file as the
definition of the library routine.
.SH
"LIB INCLUDES" 
.LP
(-LIBRARY_INCLUDES to -LIBRARY_INCLUDES_END)
.PP
Any #include statements that should appear in the lvnew.c file that
are not already included by vinclude.h (vinclude.h is automatically
included in the lvnew.c file). 
.SH
"LIBRARY CODE" 
.LP
(-LIBRARY_CODE to -LIBRARY_CODE_END)
.PP
The C code for the library routine.  As code is
modified, \fBghostreader\fP can be used to pick this out
of the lvnew.c file.  Don't bother to update this field
in vnew.prog. Let \fBghostreader\fP do it for you!
