.DT
set_no_pages
DW_wibble creator help
set_no_pages

.SH Name
.SP 5 5
set_no_pages -  Set the number of pages in the book.
.EP

.SH Syntax
.SI 5
void set_no_pages(int no)
.EI

.SH Parameters
.SI 5
%^BOLD%^no%^RESET%^ - the number of pages
.EI

.SH Defined in
.SI 5
/std/book.c
.EI

.SH Description
.SP 5 5

Set the number of pages in the book.  If there are too many pages
in the book, then pages are removed from the top to create the
correct size and if there are too few pages then pages are
added onto the end of the pages array.
.EP

.SH See also
.SP 5 5
query_pages(), query_num_pages()

.EP

