audk/StdLib/LibC/Main
Daryl McDaniel dfa51bb619 StdLib: Simple code cleanup
StdLib/LibC/Main/Main.c
  Change Print to Debug statements.
  Ensure errno is initialized to 0 before calling main().

StdLib/LibC/StdLib/Malloc.c
  Aesthetic Cleanup: remove unnecessary cast, fix two whitespace alignment problems.

StdLib/LibC/Uefi/InteractiveIO/NonCanonRead.c
  Change Include order.

StdLib/Include/paths.h
  Add definition _PATH_LIB for the path to the library directory: /Efi/StdLib/lib.

StdLib/LibC/Stdio/vfwscanf.c
  Align declarations and initializations.
  Initialize the multipurpose pointer, p, to NULL.


Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15664 6f19259b-4bc3-4df7-8a09-765794883524
2014-07-17 20:54:49 +00:00
..
Arm StdLib: Add directory access functions to PosixLib. 2011-11-02 19:24:19 +00:00
Ia32
Ipf
X64
ByteSwap.c
HtoNtoH.c
Main.c StdLib: Simple code cleanup 2014-07-17 20:54:49 +00:00
assert.c Update or add comments to files and functions for use by Doxygen. 2011-08-04 18:13:02 +00:00
bswap16.c
bswap32.c
bswap64.c
errno.c
infinityf_ieee754.c
isinfd_ieee754.c
isinff_ieee754.c
isnand_ieee754.c
isnanf_ieee754.c
longjmp.c
x86flt_rounds.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00