This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: runtime version query


On Mon, Dec 15, 2003 at 10:39:31AM -0500, Robert Schweikert wrote:
> Is it possible to get a hold of the glibc version at runtime?
> 
> I looked through the manual but could not find any information on this.

Yes.
char buf[64];
confstr (_CS_GNU_LIBC_VERSION, buf, sizeof (buf));

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]