|
|
Rockbox mail archiveSubject: Re: char[] assignment in plugin apiFrom: Björn Stenberg (bjorn_at_haxx.se) Date: 2004-01-06
phil_at_carangg.de wrote:
The preferred way to use a hardcoded string is:
char* mystring = "mystring";
This will not need mempcy(). It has the additional benefit of saving some ram.
-- Björn
Page was last modified "Jan 10 2012" The Rockbox Crew |