]> pd.if.org Git - pdclib/blobdiff - functions/string/strlcpy.c
Comment reformatting for consistency.
[pdclib] / functions / string / strlcpy.c
index 7a73f8c20e9efadd90fab9f20e3ab1c67be1c6bc..6739f85854135ede3a4d91cc911d45a9ee85294e 100644 (file)
@@ -1,7 +1,4 @@
-/* strlcpy(
-   char *_PDCLIB_restrict _Dst,
-   const char *_PDCLIB_restrict _Src,
-   size_t _DstSize)
+/* strlcpy( char *, const char *, size_t )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.