0 out of 3 rated this helpful - Rate this topic

<cerrno> 

Effectively includes the Standard C library header <errno.h>.


#include <errno.h> 
namespace std { 
   using ::errno; 
}
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.