/ Published in: C
usage:
srch(foo, bar.txt)
srch(foo, bar.txt)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#include <stdlib.h> #include <stdio.h> #include <string.h> char srch(char *string_to_find, char *filename) { char tmp[256]={0x0}; { } return tmp; }