Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 113
Line 1... Line 1...
1
#include "global.h"
1
#include "global.h"
2
#include <string.h>
2
#include "include/string.h"
3
 
3
 
4
char *strcat(char *s1,
4
char *strcat(char *s1,
5
             const char *s2)
5
             const char *s2)
6
{
6
{
7
  char *s = s1;
7
  char *s = s1;