Removed outdated defunct code piece

This commit is contained in:
Thomas Schmitt 2010-01-19 15:19:24 +01:00
parent ced02f5903
commit d756551385
1 changed files with 0 additions and 14 deletions

View File

@ -246,20 +246,6 @@ time_t iso_datetime_read_17(const uint8_t *buf);
*/ */
int iso_eaccess(const char *path); int iso_eaccess(const char *path);
#ifdef NIX
/* <<< Buggy and not used any more */
/**
* Copy up to \p len chars from \p buf and return this newly allocated
* string. The new string is null-terminated.
* Note:
* Trailing blanks will be removed. But the first one of an all blank string
* persists. It is unclear whether this is a bug or a feature.
*/
char *strcopy(const char *buf, size_t len);
#endif /* NIX */
/** /**
* Copy up to \p len chars from \p buf and return this newly allocated * Copy up to \p len chars from \p buf and return this newly allocated
* string. The new string is null-terminated. * string. The new string is null-terminated.