diff --git a/branches/dwg/Apps/crossdev/METADATA.C b/branches/dwg/Apps/crossdev/CMETADAT.C similarity index 100% rename from branches/dwg/Apps/crossdev/METADATA.C rename to branches/dwg/Apps/crossdev/CMETADAT.C diff --git a/branches/dwg/Apps/crossdev/CVT2H.C b/branches/dwg/Apps/crossdev/CVT2H.C index 4db57680..0ecdc136 100644 --- a/branches/dwg/Apps/crossdev/CVT2H.C +++ b/branches/dwg/Apps/crossdev/CVT2H.C @@ -1,5 +1,9 @@ /* cvt2h.h 7/11/2012 dwg - Copyright (C) 2012 Douglas Goodall */ +/* This is an include file for a function which takes a pointer, + a length, and a filename, and converts a buffer into a C + header file that can be later incuded in some other compilation. */ + #include "stdio.h" #include "visible.h" @@ -39,4 +43,3 @@ cvt2h(buffer,length,name) fprintf(fd,"};\n/* eof - %s */\n",name); fclose(fd); } - \ No newline at end of file