diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 22:57:28 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-07 22:57:28 -0500 |
| commit | 4c5d15115d2d6c08c080d7d4a39efe039658d616 (patch) | |
| tree | e6183cef477ce83e667cc73702a55d96355ab5a0 /src/stdlib/paths.h | |
| parent | 890d16fae503a5ffbb9f3c3e70e02938b4f55756 (diff) | |
Add comments
Diffstat (limited to 'src/stdlib/paths.h')
| -rw-r--r-- | src/stdlib/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/paths.h b/src/stdlib/paths.h index 4e52866e..881a3c78 100644 --- a/src/stdlib/paths.h +++ b/src/stdlib/paths.h @@ -11,6 +11,7 @@ Path_t Path$from_str(const char *str); Path_t Path$from_text(Text_t text); +// This function is defined as an extern in `src/stdlib/print.h` // int Path$print(FILE *f, Path_t path); // UNSAFE: this works because each type of path has a .components in the same place #define Path$components(path) ((path).components) |
