blob 5bd396c5ce570d52367654c47d7c0b800e8bc590 149 bytes (raw)
name: compat/have_strsep.c # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
| | #define _GNU_SOURCE
#include <string.h>
int main()
{
char *found;
char **stringp, const char *delim;
found = strsep(stringp, delim);
}
|
debug log:
solving 5bd396c ...
found 5bd396c in https://yhetil.org/notmuch/1333966665-10469-4-git-send-email-Vladimir.Marek@oracle.com/ ||
https://yhetil.org/notmuch/1352859005-18631-7-git-send-email-blakej@foo.net/ ||
https://yhetil.org/notmuch/1352142123-18286-7-git-send-email-blakej@foo.net/ ||
https://yhetil.org/notmuch/1351998962-25135-7-git-send-email-blakej@foo.net/
applying [1/1] https://yhetil.org/notmuch/1333966665-10469-4-git-send-email-Vladimir.Marek@oracle.com/
diff --git a/compat/have_strsep.c b/compat/have_strsep.c
new file mode 100644
index 0000000..5bd396c
Checking patch compat/have_strsep.c...
Applied patch compat/have_strsep.c cleanly.
skipping https://yhetil.org/notmuch/1352859005-18631-7-git-send-email-blakej@foo.net/ for 5bd396c
skipping https://yhetil.org/notmuch/1352142123-18286-7-git-send-email-blakej@foo.net/ for 5bd396c
skipping https://yhetil.org/notmuch/1351998962-25135-7-git-send-email-blakej@foo.net/ for 5bd396c
index at:
100644 5bd396c5ce570d52367654c47d7c0b800e8bc590 compat/have_strsep.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).