Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
9303a665b35e0501e3f5a94f850434a4465fb4d8
9303a665b35e0501e3f5a94f850434a4465fb4d8
elf
testobj1_1.c
Fork and Edit
Blob
Blame
History
Raw
#include "testobj.h" int obj1func1 (int a) { return 42 + obj1func2 (a); }