initial commit
This commit is contained in:
10
coreutils-sort.hh
Normal file
10
coreutils-sort.hh
Normal file
@@ -0,0 +1,10 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0
|
||||
* (c) 2025, Konstantin Demin
|
||||
*/
|
||||
|
||||
#ifndef INCLUDE_COREUTILS_SORT_HH
|
||||
#define INCLUDE_COREUTILS_SORT_HH 1
|
||||
|
||||
int coreutils_version_sort(char const * a, char const * b);
|
||||
|
||||
#endif /* INCLUDE_COREUTILS_SORT_HH */
|
Reference in New Issue
Block a user