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