tests/loader.c: decode(): use strcpy() instead of stpcpy() since the latter is not really needed.
Some systems do not defined stpcpy(), even though it is defined by POSIX 2008. Not using stpcpy() will allow StarPU to be built on such systems, such as NetBSD.