Subversion Repositories planix.SVN

Rev

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

Rev 60 Rev 63
Line 1... Line 1...
1
#include <stdio.h>
1
#include <stdio.h>
-
 
2
#include <string.h>
2
 
3
 
3
void
4
void
4
safecpy(char *to, char *from, int tolen)
5
safecpy(char *to, char *from, int tolen)
5
{
6
{
6
	int fromlen;
7
	int fromlen;