From f173b7715cf1385db1cea67a3db07bb7d38174e9 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 1 Jan 2023 23:16:38 -0500 Subject: finish os.h amalgamation --- development.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'development.md') diff --git a/development.md b/development.md index 7c643a2..437443b 100644 --- a/development.md +++ b/development.md @@ -1,5 +1,15 @@ (work in progress) +As much as possible, OS-dependent functions should be put in `os.h/os-*.c`. +(But "pure" functions like `qsort_with_context`, which could +in theory be implemented on any platform with just plain C, should be put +in `util.c` even if they use OS-specific library functions.) + + +## Adding settings + +## Adding languages + ## Releasing When releasing a new version of `ted`: -- cgit v1.2.3