Skip to content

Instantly share code, notes, and snippets.

View knight-ryu12's full-sized avatar
🔧
making questionable quality softwares.

Chromaryu knight-ryu12

🔧
making questionable quality softwares.
  • Japan
View GitHub Profile
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// Compile with "gcc -std=c17 -O2 -fstrict-aliasing -ffunction-sections -Wall -Wl,--gc-sections codecCoeffConvert.c -o codecCoeffConvert -lm"
int main(int argc, char *argv[])