Skip to content
John Kerl edited this page Jan 29, 2022 · 5 revisions

Compiling

Code

  • In both 32 and 64 directories, ff2mathlib.c is the library; others (you can write your own) have main in them.

Using yamm

Without yamm

  • gcc -DUNIX ff2mathlib.c ff2mathtest.c -o ff2mathtest
  • gcc -DUNIX ff2mathlib.c yourmain.c -o yourmain

TODO

Clone this wiki locally