mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 05:31:51 -04:00
282ac6d404
* libido OK * boot cleanup * format * renames
9 lines
98 B
C
9 lines
98 B
C
#ifndef LIBM_FMODF_H
|
|
#define LIBM_FMODF_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
f32 fmodf(f32 x, f32 y);
|
|
|
|
#endif
|