[OpenBIOS] Concatenating strings

Tarl Neustaedter tarl-b2 at tarl.net
Fri May 21 18:55:38 CEST 2010


On 2010-5-21 12:43 PM, Programmingkid wrote:
> Is there a way to concatenate strings in OpenBIOS using forth?
>
>    
If you look around in the device drivers, you'll probably find 
definitions for a routine by the name of "strcat".

These usually allocate a buffer with enough room for both strings, then 
do the approve "move" operations to generate the concatenation, and 
return a pointer to the new buffer.




More information about the OpenBIOS mailing list