STRSPN

Section: ������ ���α׷��� �Ŵ��� (3)
Updated: 1993�� 4�� 12��
Index
Return to Main Contents
 

�̸�

strspn, strcspn - ���ڿ��� ���ڵ��� ���տ��� ã�´�.  

����

#include <string.h>

size_t strspn(const char *s, const char *accept);

size_t strcspn(const char *s, const char *reject);
 

����

strspn() �Լ��� ��ü������ accept�� �ִ� ���ڵ�� �̷���� �ִ� s�� �ʱ� ���׸�Ʈ�� ���̸� ����Ѵ�.

strcspn() �Լ��� ��ü������ reject�� ���� ���ڵ�� �̷���� �ִ� s�� �ʱ� ���׸�Ʈ�� ���̸� ����Ѵ�.  

��ȯ��

strspn() �Լ��� accept���� ���ڵ�θ� �̷���� �ִ� s�� �ʱ� ���׸�Ʈ�� �ִ� ���ڵ��� ���� ��ȯ�Ѵ�.

strcspn() �Լ��� ���ڿ� reject���� ���� s�� �ʱ� ���׸�Ʈ�� �ִ� ���ڵ��� ���� ��ȯ�Ѵ�.  

ȣȯ

SVID 3, POSIX, BSD 4.3, ISO 9899  

���� �׸�

index(3), memchr(3), rindex(3), strchr(3), strpbrk(3), strsep(3), strstr(3), strtok(3)  

����

������ <skyeyes@soback.kornet.net>, 2001�� 2�� 24��


 

Index

�̸�
����
����
��ȯ��
ȣȯ
���� �׸�
����

This document was created by man2html, using the manual pages.
Time: 08:07:01 GMT, March 25, 2004