slip12

By: Anonymous5/19/2023113 views Public Note
#include #include #include #include #include #include #include #include int main(int argc,char *argv[]) { char in[100],st[100],*ch,*ch1,c,buff[512]; DIR *dp; int i; struct dirent *ep; struct stat sb; char mon[100]; dp=opendir("."); if(dp!=NULL) { while(ep=readdir(dp)) { if(stat(ep->d_name,

Want to create your own notes?

Join thousands of users writing securely on ProNotepad.