#include <string.h>

int strpos (
  <b>const</b> char *string,   /* string to search */
  char c);