simplifying an example module, to try to diagnose the mac build error.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void print(char *variable_name, uint64_t value);
|
||||
extern void print(char *variable_name, unsigned long long value);
|
||||
|
||||
void gogogo() {
|
||||
print("x", 4);
|
||||
|
||||
Reference in New Issue
Block a user