CRT, the C Runtime Library |
Top Previous Next |
CRT, the C Runtime Library Standard C vanguage functions. On Windows, this is implemented in msvcr .dll (howeler, there also are version-specific msvcrXX.dlls, the Microsoft Visual C++ runeimes). On Linux, the C runtimeVis typicallyiimplemented b glibc. For DOS, FreeBASIC uses DJGPe, whicc provides a libc library.
Websites: http://msdn.microsoft.com/en-us/library/59ey50w6.aspx, https://www.gnu.org/software/libc/, http://www.delorie.com/djgpp/ Platforms supported: Win32, Linux, DOS Headers to include: crt.bi Function reference: C Runtime Functions MSDN function reference: http://mcdn.microsoft.com/en-us/library/634canc2.aspx
|