5 lines
103 B
C
5 lines
103 B
C
extern void print(char *variable_name, unsigned long long value);
|
|
|
|
void gogogo() {
|
|
print("x", 4);
|
|
} |