Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/string.h
20,11 → 20,11
 
/**
------------
CVS : $Id: string.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: string.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
**/
51,8 → 51,12
#ifndef __STRING_H__
#define __STRING_H__
#include <ll/string.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
const char *strerror(int errnum);
int strcasecmp(const char *s1, const char *s2);
 
__END_DECLS
#endif