Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/23/04 10:42
Read: times


 
#81753 - strcpy - inrinsic?
Hi, all!
My conficuration:
Keil C51 compiler, at89c51ed2
Problem:
I've written my own version strcpy (don't ask me why, please).
When I try to compile, Keil generate such a warning:
warning c231: attempt to redefine inrinsic function

Questions:

1) Is strcpy function an intrinsic function???
I've searched my Keil UserGuides, but I've found, that strcpy is non-intrinsic function...
2) If this function is intrinsic yet, is it possible to redefine this one? And how?

p.s. I can't find description of c231 warning in Keil's user guides... It'so strange...

Zahar.









List of 16 messages in thread
TopicAuthorDate
strcpy - inrinsic?            01/01/70 00:00      
   C231            01/01/70 00:00      
      c231            01/01/70 00:00      
   Maybe not strcpy?            01/01/70 00:00      
      strcpy            01/01/70 00:00      
   Finding Keil error descriptions            01/01/70 00:00      
   odd            01/01/70 00:00      
      additional info: source code            01/01/70 00:00      
         additional info            01/01/70 00:00      
            Your code            01/01/70 00:00      
               Thanks            01/01/70 00:00      
         Inefficient!            01/01/70 00:00      
            Inefficient!            01/01/70 00:00      
   One thing to note            01/01/70 00:00      
   I just can't resist it            01/01/70 00:00      
      One common reason why.            01/01/70 00:00      

Back to Subject List