When programming,need lots of .h ,but where is the *.c file associated to the .h.
I find "extern" in many file.
eg.debian:/usr/include# cat stdio.h |grep extern
extern int rename (__const char *__old, __const char *__new) __THROW;
where can i get the implement of rename?
(implement in some .so?)