This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
forked from
Bananymous/banan-os
Watch
1
Star
0
Fork
You've already forked banan-os
0
Code
Pull Requests
Activity
c0dff5e203
banan-os
/
BAN
/
include
/
BAN
/
Iteration.h
13 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
BAN: Add enum class Iteration for for_each loops
2023-08-22 11:30:53 +03:00
#
pragma once
namespace
BAN
{
enum
class
Iteration
{
Continue
,
Break
}
;
All: Cleanup all files Add newline to end of files and remove whitespace from end of lines
2024-01-24 14:43:46 +02:00
}