From: kimura w. <ki...@us...> - 2005-06-13 14:08:06
|
Hi, Sun, 12 Jun 2005 21:25:05 +0100, Jonathan Paisley wrote: >Hi, > >I was looking at the code below in CVS. Is it safe to compare kcode >to constant strings like that? Is it guaranteed that the linker will >make them unique? > No, that is a bad code. I should use strcmp(3) and checked in to CVS. Thanks. -- kimura wataru |