M86 Security IR Web Filter User Manual page 457

Table of Contents

Advertisement

}
char x2c(char *what)
{
(what[0] - '0'));
(what[1] - '0'));
}
char *makeword(char *line, char stop)
{
1));
}
void plustospace(char *str)
{
}
char *fmakeword(FILE *f, char stop, int *cl)
{
M86 S
U
G
ECURITY
SER
UIDE
{
url[x] = x2c(&url[y+1]);
y+=2;
}
}
url[x] = '\0';
register char digit;
digit = (what[0] >= 'A' ? ((what[0] & 0xdf) - 'A')+10 :
digit *= 16;
digit += (what[1] >= 'A' ? ((what[1] & 0xdf) - 'A')+10 :
return(digit);
int x = 0, y;
char *word = (char *) malloc(sizeof(char) * (strlen(line) +
for(x=0;((line[x]) && (line[x] != stop));x++)
word[x] = line[x];
word[x] = '\0';
if(line[x]) ++x;
y=0;
while(line[y++] = line[x++]);
return word;
register int x;
for(x=0;str[x];x++)
if(str[x] == '+')
str[x] = ' ';
int wsize;
A
S
PPENDICES
ECTION
A
B
PPENDIX
435

Advertisement

Table of Contents
loading

Table of Contents