4 lines
91 B
C
4 lines
91 B
C
// ltoProbeHelper.c - helper for ltoProbe.c.
|
|
int computeMagic(void) {
|
|
return 0xC0DE;
|
|
}
|