
May 21, 2010
6:43 p.m.
Is there a way to concatenate strings in OpenBIOS using forth?

May 2010
6:55 p.m.
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.

6:56 p.m.
On 2010-5-21 12:55 PM, Tarl Neustaedter wrote:
[...] then do the approve "move" operations
Sorry, _appropriate_ move operations.
5508
Age (days ago)
5508
Last active (days ago)
2 comments
2 participants
participants (2)
-
Programmingkid
-
Tarl Neustaedter