ADDCHAR - add a character to the end of a B string.

Alternate entries: ADD.CH

Usage:

B:
   string = addchar( string, char );
C:
   void addchar(char *string, int char);

Description:

ADDCHAR adds the character contained in the low order nine bits of its second argument to the end of the string pointed at by its first argument. It returns a B pointer to the first words of the string.

Copyright © 2000, Thinkage Ltd.