void PpSetWidth( // SET WIDTH FOR PREPROCESSING unsigned width ) // - new width { maxLineSize = PpVerifyWidth( width ); }
static void checkPPWidth( unsigned *p ) { *p = PpVerifyWidth( *p ); }