code refactoring
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _STRNATCMP_H
|
||||
#define _STRNATCMP_H
|
||||
|
||||
/* -*- mode: c; c-file-style: "k&r" -*-
|
||||
|
||||
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
|
||||
@@ -29,3 +32,5 @@ typedef char nat_char;
|
||||
|
||||
int strnatcmp(nat_char const *a, nat_char const *b);
|
||||
int strnatcasecmp(nat_char const *a, nat_char const *b);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user