seatest
seatest copied to clipboard
strings.h file
trafficstars
Hi,
In the latest code, if WIN32 is not defined you include "strings.h" (line 12 of seatest.c). My compiler did not come with a "strings.h" file. It only has the standard library "string.h". Should "strings.h" be another include file in seatest repository?
I'm using the evaluation version of the Keil Arm compiler.
Marc
I'll look at making a NO_STD_STRINGS #define and perhaps include a file with implementations of string functions that are needed. Though I do recommend you hack seatest for embedded environments. I was using a PIC compiler and because of all its weirdness with dealing with ROM vs RAM memory I had to hack things around a fair bit