1#include <string.h> 2#include <stdint.h> 3 4int main() { 5 return (int)(intptr_t)memchr("hello", 'z', 7); 6} 7 8