j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Is there a way to concatenate strings in OpenBIOS using forth?
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.
On 2010-5-21 12:55 PM, Tarl Neustaedter wrote:
[...] then do the approve "move" operations
Sorry, _appropriate_ move operations.