/[hurd]/hurd-l4/laden/string.h
ViewVC logotype

Diff of /hurd-l4/laden/string.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by marcus, Sun Sep 7 20:04:25 2003 UTC revision 1.2 by marcus, Sun Sep 7 22:13:04 2003 UTC
# Line 18  Line 18 
18     along with this program; if not, write to the Free Software     along with this program; if not, write to the Free Software
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. */     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. */
20    
21    #ifndef _STRING_H
22    #define _STRING_H 1
23    
24  int strcmp (const char *s1, const char *s2);  int strcmp (const char *s1, const char *s2);
25    
26  void *memcpy (void *dest, const void *src, int n);  void *memcpy (void *dest, const void *src, int n);
27    
28  void *memset (void *s, int c, int n);  void *memset (void *s, int c, int n);
29    
30    #endif  /* _STRING_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26