This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ffd2e6087e
gecko
/
tools
/
reorder
/
mult.c
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
5 lines
45 B
C
Raw
Blame
History
int
mult
(
int
a
,
int
b
)
{
return
a
*
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink