Skip to content

Commit

Permalink
Add a header guard to tests/common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Jun 23, 2021
1 parent 9ae4d05 commit 0645fd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef INTERFACE99_TESTS_COMMON_H
#define INTERFACE99_TESTS_COMMON_H

#include <interface99.h>

#include <stddef.h>
Expand All @@ -24,3 +27,5 @@ float b2_impl(long long x);

typedef const char *(*AFnType)(int x, double *restrict y);
typedef float (*BFnType)(long long x);

#endif // INTERFACE99_TESTS_COMMON_H

0 comments on commit 0645fd0

Please sign in to comment.