dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -33,8 +33,7 @@ int m_upper(int c);
|
||||
|
||||
int m_upstrcmp(char *p, char *q);
|
||||
|
||||
int m_upstrcmp(p, q)
|
||||
char *p, *q ;
|
||||
int m_upstrcmp(char *p, char *q)
|
||||
{
|
||||
do {
|
||||
if (m_upper((int) *p) < m_upper((int) *q)) return(-1) ;
|
||||
|
||||
Reference in New Issue
Block a user