bstring bSecureInput (int maxlen, int termchar, * bNgetc vgetchar, void * vgcCtx) * * Read input from an abstracted input interface, for a length of at most * maxlen characters. If maxlen <= 0, then there is no length limit put * on the input. The result is terminated early if vgetchar() return EOF * or the user specified value termchar. * */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected