index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
doc
/
tutorial
/
complex.c
blob: 206d8abf4ee2841c7c3cbd8529bf8ccdc89b946c (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
/* complex.c */
int
foo
(
int
x
)
{
return
x
+
1
;
}
int
bar
(
int
y
)
{
return
y
*
2
;
}