본문 바로가기
WORK/Sotfware

srtcmp

by KANG Stroy 2008. 6. 30.
728x90
728x90
String Compare의 약자 이다 


#include <string.h> int srtcmp(const char *s1, const char *s2);

s1과 s2가 같은 경우, strcmp는 0을 리턴한다.

if(strcmp(s1, s2) == 0)
return;

728x90

'WORK > Sotfware' 카테고리의 다른 글

Control Endpoint의 DATA stage 활용 - IN편  (0) 2008.07.08
USB Class Codes  (0) 2008.07.04
RichEdit 초기 설정 및 주의  (0) 2008.06.18
CString을 int 형으로 변화  (0) 2008.06.16
ini 파일 읽기 쓰기  (0) 2008.06.13

댓글