Retrieve and search chat history: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|Perl 6}}: Update works with, was broken for past few compiler releases fixed for 2018.04)
m (→‎{{header|C}}: Remove vanity tags)
Line 35:
Starts from current date, prints out lines containing matching substring and also if the string is not found at all in the log of that particular day and also if the log of a day cannot be read for any reason, requires [https://curl.haxx.se/libcurl/ libcurl]
<lang C>
/*Abhishek Ghosh, 18th October 2017*/
 
#include<curl/curl.h>
#include<string.h>
10,327

edits