다음을 통해 공유


<cstdlib>

전통적으로 <stdlib.h>는 표준 C 라이브러리 헤더에 정의 된 매크로 정의 합니다.

#if <TRADITIONAL C HEADERS>
   #include <stdlib.h>
namespace std {
   using ::abort; 
   using ::abs; 
   using ::atexit;
   using ::atof; 
   using ::atoi; 
   using ::atol;
   using ::bsearch; 
   using ::calloc; 
   using ::div;
   using ::div_t; 
   using ::exit; 
   using ::free; 
   using ::getenv;
   using ::labs; 
   using ::ldiv; 
   using ::ldiv_t;
   using ::malloc;
   using ::mblen; 
   using ::mbstowcs; 
   using ::mbtowc;
   using ::qsort; 
   using ::rand; 
   using ::realloc;
   using ::size_t; 
   using ::srand; 
   using ::strtod; 
   using ::strtol;
   using ::strtoul; 
   using ::system;
   using ::wcstombs; 
   using ::wctomb;
  }
#endif

설명

이 헤더를 포함 하 여 또한 유지할 수 이름을 사용 하는 표준 C 라이브러리 헤더에서 외부 링크를 선언에 선언 되는 std 네임 스페이스입니다.이 구현에서 이름을 수도 있고 또한 특정 번역 환경에 따라 전역 네임 스페이스를 선언할 수 없습니다.

참고 항목

참조

표준 C++ 라이브러리 개요

표준 C++ 라이브러리에서 스레드로부터의 안전성

기타 리소스

헤더 파일