Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Oct 7, 2023
1 parent 6641664 commit f01eb96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Source/ring-factory/main/HelperMacro.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef _HELPERMACRO_H_
#define _HELPERMACRO_H_

#define HELPERMACRO_MIN(a,b) (((a)<(b))?(a):(b))
#define HELPERMACRO_MAX(a,b) (((a)>(b))?(a):(b))

#endif

0 comments on commit f01eb96

Please sign in to comment.