avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] memcpy


From: David Kelly
Subject: Re: [avr-gcc-list] memcpy
Date: Sat, 29 Mar 2008 10:20:36 -0500


On Mar 29, 2008, at 4:58 AM, Wynand Weyers wrote:
How do I get memcpy not to compile inline?

Write your own? Its not that hard.

Or make a copy of the existing memcpy() in your project and remove the inline directive?

Looking at avr-libc-1.6.1/libc/string/memcpy.S I don't understand your question. memcpy() isn't an inline function, its a called function like most everything else.

--
David Kelly N4HHE, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]