Linux/Linux Kernel
sysfs_streq
Real_G
2018. 3. 19. 09:57
반응형
Name
sysfs_streq — return true if strings are equal, modulo trailing newline
문자열을 비교한다. 뒤에 개행이 오던 NULL이 오던 차이는 관계없다.
Synopsis
bool sysfs_streq ( | const char * s1, |
const char * s2) ; |
반응형