bug-hurd
[Top][All Lists]
Advanced

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

Re: Gnumach kern/strings.h


From: Barry deFreese
Subject: Re: Gnumach kern/strings.h
Date: Mon, 6 Nov 2006 22:30:46 -0500

----- Original Message ----- From: "Claudio Fontana" <sick_soul@yahoo.it>
To: "Barry deFreese" <bddebian@comcast.net>
Cc: <bug-hurd@gnu.org>
Sent: Monday, November 06, 2006 10:14 PM
Subject: Re: Gnumach kern/strings.h


Hello,

--- Barry deFreese <bddebian@comcast.net> wrote:

OK, trying to do more clean-up, I ran across
kern/strings.h which has
declarations for many of the string handling
functions which I had intended
on adding to my include/string.h.

However, it only seems to be used in ddb/ and kern/
files.  So my dilemna is
do I leave stings.h alone and let the files
currently using them continue to
do so or change everything to utilize
include/string.h?

Thanks,

Barry deFreese (aka bddebian)

I am out of lurking mode to ask, is this to be the
regular header that application developers include
under your system to see all standard string functions
declared?
In this case we'd expect them to be available from
string.h

strings.h was the header used to declare old stuff
like
bzero, bcopy, bcmp, etc.

Sorry if I'm OT, I live in userland.

Bye,

Claudio


Claudio,

That was my intent yes. BTW, bzero, bcopy, bcmp, etc aren't currently declared in kern/strings.h ;-)

Thanks,

Barry deFreese (aka bddebian)




reply via email to

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