.TH BSctx_set_is 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_is \- Set the maximum i-node size allowed .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B is - The maximum i-node size .PD 1 .SH NOTES The default value is INT_MAX .SH RETURNS void .SH SYNOPSIS .nf void BSctx_set_is(BSprocinfo *context, int is) .fi .SH LOCATION BlockSolve95/src/BScontext.c