Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Ariel Omar Sanhueza Roman
halOS
Commits
2baed69d
Commit
2baed69d
authored
9 years ago
by
Ariel Omar Sanhueza Roman
Browse files
Options
Download
Patches
Plain Diff
Added forever macro
parent
39e0c10e
devel
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/utility.h
+4
-1
lib/utility.h
with
4 additions
and
1 deletion
+4
-1
lib/utility.h
+
4
−
1
View file @
2baed69d
...
...
@@ -4,7 +4,10 @@
// utils.h file
// Contains utility functions whose are not present on any standard library on C
#include
<stddef.>
#include
<stddef.h>
// a forever loop
#define FOREVER for(;;)
// Swap to elements
// Parameters:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets