1
0
Files
overlaydirs/coreutils-sort.hh
2025-05-27 11:36:06 +03:00

11 lines
245 B
C++

/* 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 */