2011년 3월 9일 수요일

atob


bool atob(const char * string)
{
 if (!strcmp(string, "true"))
  return true;

 return false;
}

댓글 없음:

기본 페이지 - 복사용

마크다운 코드 박스 (가독성 최적화 스킨)