|
|
发表于 2004-12-26 23:36:09
|
显示全部楼层
glibc=gnu C library
The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on.
所有的程序都依赖它,最好不要动它。 |
|