bug-glibc
[Top][All Lists]
Advanced

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

Re: How to use mempcpy from string.h


From: Andreas Jaeger
Subject: Re: How to use mempcpy from string.h
Date: Wed, 08 Aug 2001 13:48:11 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence)

Mike <address@hidden> writes:

> I was using #include <string.h> from glibc-2.1.2.
> Added mempcpy. And during gcc myprogram.cpp the
> compiler wrote "Implicit declaration of mempcpy".
>
> The same stuff with stpcpy.

Read the glibc manual about feature test makros, you want the
_GNU_SOURCE makro.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs address@hidden
   private address@hidden
    http://www.suse.de/~aj



reply via email to

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