1
0

initial commit

This commit is contained in:
2025-05-27 11:36:06 +03:00
commit 4ba42acfea
14 changed files with 1584 additions and 0 deletions

10
coreutils-sort.hh Normal file
View 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 */