notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob 3cd1838d950bd30c6239053a09d2a8f401f8b537 154 bytes (raw)
name: compat/have_strcasestr.c 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#define _GNU_SOURCE
#include <strings.h>

int
main ()
{
    char *found;
    const char *haystack, *needle;

    found = strcasestr (haystack, needle);
}

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

git clone https://yhetil.org/notmuch.git