1
0
C-bytebeat-render/formula_template.c

13 lines
151 B
C

#include <stdint.h>
#include "formula_substituted.h"
SAMPLE_TYPE
bytebeat(long double w)
{
uintmax_t t = (uintmax_t)w;
`bytebeat_contents`
;
}