Commit 2baed69d authored by Ariel Omar Sanhueza Roman's avatar Ariel Omar Sanhueza Roman
Browse files

Added forever macro

parent 39e0c10e
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment