Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -42,14 +42,14 @@
|
|||
int
|
||||
atopi(s_char *p)
|
||||
{
|
||||
register int r11;
|
||||
register int r11;
|
||||
|
||||
if (p) {
|
||||
r11 = atoi(p);
|
||||
if (r11 < 0)
|
||||
r11 = -r11;
|
||||
return r11;
|
||||
} else {
|
||||
return (0);
|
||||
}
|
||||
if (p) {
|
||||
r11 = atoi(p);
|
||||
if (r11 < 0)
|
||||
r11 = -r11;
|
||||
return r11;
|
||||
} else {
|
||||
return (0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue