Upload uPDF port to newlib

git-svn-id: svn://kolibrios.org@8402 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2020-12-14 10:37:08 +00:00
parent 36539c2d68
commit dd0cf276d2
238 changed files with 100169 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include <math.h>
/*
long long int lrintf(float x) {
return floor(x);
}
*/