template.c: merge exact, neighbor conditional compilation
This commit is contained in:
parent
505812da6c
commit
35fe39b0e0
@ -162,6 +162,9 @@ main(void)
|
|||||||
puts(":: C bytebeat generator: runtime unit");
|
puts(":: C bytebeat generator: runtime unit");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
|
const uintmax_t seconds = LENGTH / SAMPLE_RATE,
|
||||||
|
samples = LENGTH % SAMPLE_RATE;
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
"\n"
|
"\n"
|
||||||
"Sample rate: " INT2STR(SAMPLE_RATE) " Hz\n"
|
"Sample rate: " INT2STR(SAMPLE_RATE) " Hz\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user