WCRT is a small C runtime library for Windows, which implements parts of its functionality through calls to the Win32API. The main purpose of this library is to allow the creation of small statically linked executables from regular C source files.
Be the first to post a text review of WCRT - Win32API based C Runtime Library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
- Added the snprintf and vsnprintf functions. - Added an internal implementation of the *printf family of functions for cases where more C compatible handling of flags are needed. No floating point support yet. - Added a (non-standard) debug output macro similar to assert in <debugf.h>. - Memory allocation is now by default done using the heap functions. - Added rand_s function, which should provide 'secure' random numbers on Win2K and up. - Fixed command-line parsing. - Implemented the *scanf family of functions. - Converted a number of files to assembler. - WCRT now works with Pelles C. - Added header file <wchar.h>. - Added unicode runtime startup functions (support for wmain and wWinMain). - Added bsearch, qsort and stack probe function.
WCRT - Win32API based C Runtime Library is now hosted on SourceForge.net. WCRT is a small C runtime library for Windows, which implements parts of its functionality through calls to the Win32API. The main purpose of this library is to allow the creation of small statically linked executables from regular C source files. The current release is available from the project homepage http://wcrt.sourceforge.net/
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?