We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e7f0a commit 60eccb5Copy full SHA for 60eccb5
1 file changed
middleware/src/c_utils.c
@@ -1,4 +1,6 @@
1
#include "c_utils.h"
2
+#include <assert.h>
3
+#include <math.h>
4
5
void endian_swap(void *ptr, int size)
6
{
0 commit comments