]> pd.if.org Git - pdclib/blobdiff - functions/stdio/puts.c
Status review.
[pdclib] / functions / stdio / puts.c
index a90e07863fbdb26185b9ae2827da22eed895b054..e28a2b8c0595fb064ecd099a6034ef8168834d08 100644 (file)
@@ -30,6 +30,9 @@ int puts( const char * s )
             }
         }
     }
+    /* FIXME: Think-o. '\n' is lineend, conversion to platform-specific
+       tales place only for text streams.
+    */
     s = _PDCLIB_eol;
     while ( *s != '\0' )
     {