This website requires JavaScript.
Explore
Help
Register
Sign In
OS_Develop
/
dos_compilers
Watch
1
Star
0
Fork
0
You've already forked dos_compilers
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
dos_compilers
/
Manx Aztec C86 v52a
/
LIB
/
STDLIB
/
MAX.C
davidly
1a1aaf034e
Manx Aztec C86 v5.2a
2024-07-02 08:25:54 -07:00
5 lines
34 B
C
Raw
Permalink
Blame
History
max
(
x
,
y
)
{
return
x
<
y
?
y
:
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink