From 209310c561d89c9ed2040aa7053b320d32cc393c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Jan 2025 11:20:17 -0500 Subject: all: Consider types and numerical limits - Vastly improve tests. - Change array/str/wstr APIs. - Use ptrdiff_t instead of size_t in ring buffer. - Make random seed thread-local. - Log now uses a static thread-local buffer instead of a malloc'd buffer. Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 9b46c9e..a6ac787 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -find ./src ./include -type f -exec wc -l {} + +export LC_ALL="C" +find ./src ./include -type f -exec sloccount {} + -- cgit v1.2.3-101-g0448