repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
skel_ -> cap_
[Samba/gebeck_regimport.git]
/
source3
/
tests
/
shlib.c
blob
761d9fd5c5740eb5c4d1a1c57918ad0a3940cca7
1
/* a trivial function used to test building shared libraries */
2
3
int
foo
(
void
)
4
{
5
return
1
;
6
}