strchr

2.14.9 strchr

Declaration:

char *strchr(const char *str, int c);

Searches for the first occurrence of the character c (an unsigned char) in the string pointed to by the argument str. The terminating null character is considered to be part of the string.

Returns a pointer pointing to the first matching character, or null if no match was found.

Bu yazı Kütüphane, string.h kategorisine gönderilmiş ve , , , , , , , , , , , , , , , , , , ile etiketlenmiş. Kalıcı bağlantıyı yer imlerinize ekleyin.