This website requires JavaScript.
Explore
Help
Sign In
aphelion
/
Fumofumotris
Watch
1
Star
1
Fork
You've already forked Fumofumotris
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
2e976a8d2e
Fumofumotris
/
source
/
fumotris.c
6 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
input for the hundreth time PLEASE I JUSR WANT TO BE DONE WITH IT
2024-04-25 07:04:43 +00:00
#
include
"fumotris.h"
mm ok
2024-04-29 20:01:48 +00:00
size_t
min_size
(
size_t
a
,
size_t
b
)
input for the hundreth time PLEASE I JUSR WANT TO BE DONE WITH IT
2024-04-25 07:04:43 +00:00
{
return
a
<
b
?
a
:
b
;
}
Reference in a new issue
Copy permalink