1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

* elf/testobj2.c (p): New function.

This commit is contained in:
Ulrich Drepper
2005-03-03 16:00:35 +00:00
parent 2e2b6e2618
commit 680d780a4b
2 changed files with 7 additions and 0 deletions

View File

@@ -23,3 +23,9 @@ preload (int a)
return fp (a) + 10;
return 10;
}
void
p (void)
{
puts ("hello world");
}