Commit f8e6f21
committed
Add forward declaration for csv_quote
Introduce a forward declaration for std::string csv_quote(const std::string&) at the top of cmd_sky.cpp so the function can be referenced before its definition, preventing implicit-declaration/compile issues and clarifying intent.1 parent a844a77 commit f8e6f21
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments