unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 6d3a9f6a1c6ad6f0b2cb79f6bbf08e75f33ffeb4 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 <string.h>

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

    found = strcasestr (haystack, needle);
}

debug log:

solving d52a62ec ...
found d52a62ec in https://yhetil.org/notmuch/20221202191908.848227-1-qsx@chaotikum.eu/
found 3cd1838d in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 3cd1838d950bd30c6239053a09d2a8f401f8b537	compat/have_strcasestr.c

applying [1/1] https://yhetil.org/notmuch/20221202191908.848227-1-qsx@chaotikum.eu/
diff --git a/compat/have_strcasestr.c b/compat/have_strcasestr.c\r
index 3cd1838d..d52a62ec 100644\r

Checking patch compat/have_strcasestr.c...
Applied patch compat/have_strcasestr.c cleanly.

index at:
100644 6d3a9f6a1c6ad6f0b2cb79f6bbf08e75f33ffeb4	compat/have_strcasestr.c

(*) 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.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).