13 lines
151 B
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`
|
|
|
|
;
|
|
} |