static void staticFunc() { printf("This is a static function.\n"); } // 外部函数声明(在另一个源文件中定义) void externalFunc(); int main() { staticFunc(); // 调用静态函数,输出 "This is a static function." externalFunc(); // 调用外部函数,输出 "This is an external function." ...
CC staticobjs/netlink.o CC staticobjs/nlattr.o CC staticobjs/str_error.o CC staticobjs/libbpf_probes.o CC staticobjs/bpf_prog_linfo.o CC staticobjs/xsk.o CC staticobjs/btf_dump.o CC staticobjs/hashmap.o CC staticobjs/ringbuf.o CC staticobjs/strset.o CC staticobjs/linker.o CC stat...