Rev 60 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#include <stdio.h>
#include <string.h>
void
safecpy(char *to, char *from, int tolen)
{
int fromlen;