指针之6.1
时间:2010-11-28 来源:Mrt-l
/*
* Find the first occurrence in 'str' of any of the characters in 'chars' and
* return a poniter to the location. If none are found, or if 'str' or 'chars'
* NULL pointers, a NULL pointer is returned.
*
* 2010-11-20
* got it.
*/
* Find the first occurrence in 'str' of any of the characters in 'chars' and
* return a poniter to the location. If none are found, or if 'str' or 'chars'
* NULL pointers, a NULL pointer is returned.
*
* 2010-11-20
* got it.
*/
#define NULL 0 |
相关阅读 更多 +