wok diff arj/stuff/fardata.u @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/arj/stuff/fardata.u	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +--- fardata.c
     1.5 ++++ fardata.c
     1.6 +@@ -190,6 +190,7 @@
     1.7 + 
     1.8 + /* Length-limited strlen() */
     1.9 + 
    1.10 ++#if 0
    1.11 + static int strnlen(const char FAR *s, int count)
    1.12 + {
    1.13 +  const char FAR *sc;
    1.14 +@@ -198,6 +199,7 @@
    1.15 +   ;
    1.16 +  return(sc-s);
    1.17 + }
    1.18 ++#endif
    1.19 + 
    1.20 + /* Hex representation of digits */
    1.21 +