Penguin

Differences between version 3 and previous revision of strncpy(3).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, October 28, 2002 8:08:53 pm by PerryLorier Revert
Older page: version 2 Last edited on Monday, October 28, 2002 8:08:36 pm by PerryLorier Revert
@@ -15,9 +15,11 @@
 !!SYNOPSIS 
  
  
 #include <string.h> 
+  
 char *strcpy(__''dest''__, const char *__''src''__); 
+  
 char *strncpy(char *__''dest''__, const char *__''src''__, size_t__ ''n''__); 
 __ 
 !!DESCRIPTION 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.