-#define CLOVER_VERSION "1.0D"
+#define CLOVER_VERSION "1.0E"
char* concat_str(const char* str1, const char* str2) {
char* r = malloc(strlen(str1) + strlen(str2) + 1);
char* concat_str(const char* str1, const char* str2) {
char* r = malloc(strlen(str1) + strlen(str2) + 1);
}
fprintf(f, " <hr>\n");
fprintf(f, " <i>Last modified: %s</i><br>\n", lastmod);
}
fprintf(f, " <hr>\n");
fprintf(f, " <i>Last modified: %s</i><br>\n", lastmod);
- fprintf(f, " <i>Generated by Clover %s</i>\n", CLOVER_VERSION);
+ fprintf(f, " <i>Generated by <a href=\"http://nishi.boats/clover\">Clover</a> %s</i>\n", CLOVER_VERSION);
fprintf(f, " </body>\n");
fprintf(f, "</html>\n");
fclose(f);
fprintf(f, " </body>\n");
fprintf(f, "</html>\n");
fclose(f);