#include int NAB_ainit( char *a[], int s ) { int i; for( i = 0; i < s; i++ ) a[ i ] = NULL; return( 0 ); }