C program for striping email addresses
This program takes input lines in the form:
[illegal email characters + junk]ValidEmail@ValidDomain[illegal email characters+junk]
and strips out the email address, and prints it to standard output
Here is the C code.
Here is the C code in text format for your viewing pleasure.
Here is the project make file.
Here is the project make file in text format.
Here is the project make file.
Here is the project make file in text format.