Date: Fri, 7 Feb 92 12:31:02 EST From: DJ Delorie To: jeffrey AT figment DOT as DOT utexas DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: float.h and memmove Status: O >Djgpp did not appear to come with a /include/float.h file. I saw >mention of float.h in one of the .doc files. Perhaps float.h comes >with gpp but not djgpp? It's generated by the gcc build process, but the lack of signal support causes that particular program to fail, thus no float.h. I'll have to write one from scratch (any volunteers?) >Does djgpp come with memmove? When I tried to use memmove the linker >couldn't find it. I thought memmove might not be included with djgpp, >but DJ mentioned using it in an earlier post. Any thoughts? It is *supposed* to be there. For djgpp, it's the same as memcpy, since memcpy can handle overlapping copies correctly. DJ dj AT ctron DOT com Life is a banana.