Skip to content

Selected code bits from glibc 2.15, compiled and tested for Windows x64.

Notifications You must be signed in to change notification settings

xied75/glibc_win64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glibc_win64

Selected code bits from glibc 2.15, compiled and tested for Windows x64.

What's New

===========

2012-05-09:

1, getopt.h, getopt.c

2, whole rand48 family (e.g. drand48, etc.)

3, ieee754.h

4, math functions: lgamma, erf, erfc

2012-05-10:

1, a header for math functions: math/math.h

2012-05-15:

1, math function: isinf

===========

How to use: (Draft)

Pick everything you need from the tree, create a directory named e.g. glibc_win64_flat inside your Visual Studio project code root, copy all .c and .h files into this dir. Include all .c files into your solution.

About

Selected code bits from glibc 2.15, compiled and tested for Windows x64.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages