Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#include "global.h"
#include <string.h>
#include "include/string.h"
char *strcat(char *s1,
const char *s2)
{
char *s = s1;