note that README is auto-generated so submitters don't need to change it

pull/108/head
Sean Barrett 2015-04-15 02:35:55 -07:00
parent d710ada2f9
commit b92b225f61
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<!--- THIS FILE IS AUTOMATICALLY GENERATED, DO NOT CHANGE IT BY HAND --->
stb
===

View File

@ -10,6 +10,8 @@ int main(int argc, char **argv)
char **list = stb_stringfile("README.list", &listlen); // stb_stringfile - read file lines into malloced array of strings
FILE *f = fopen("../README.md", "wb");
fprintf(f, "<!--- THIS FILE IS AUTOMATICALLY GENERATED, DO NOT CHANGE IT BY HAND --->\n\n");
fwrite(header, 1, hlen, f);
for (i=0; i < listlen; ++i) {