Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libm / machine / spu / fesetround.c
blob8ad982286dfcd98db8e0bf628f3b139683766987
1 #include "headers/fesetround.h"
3 int fesetround(int rounding_mode)
5 return _fesetround(rounding_mode);