Welcome, Guest. Please login or register.

Author Topic: libc.so.6 what is it?  (Read 1657 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: libc.so.6 what is it?
« on: May 04, 2006, 03:06:58 AM »
Libc is the C standard library which contains string functions and printf and similar such functions.  The .so suffix means shared object.  That is similar to a .library file on AmigaOS.