Getting rid of "old-style-definition"
Patch submitted by hoefnix. Ref. https://groups.google.com/d/msg/minix-dev/sHQDVJRyx1c/eJjrYOqk5bgJ Change-Id: I2fcdf4cf119ef252ccc7df06849baf37ffd08440
This commit is contained in:
@@ -6,8 +6,7 @@ static char qbuf[8];
|
||||
|
||||
char *itoa(int n);
|
||||
|
||||
char *itoa(n)
|
||||
int n;
|
||||
char *itoa(int n)
|
||||
{
|
||||
register int r, k;
|
||||
int flag = 0;
|
||||
|
||||
Reference in New Issue
Block a user