We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d26f98 commit 12469ceCopy full SHA for 12469ce
spec/importc.dd
@@ -188,7 +188,7 @@ $(H2 $(LNAME2 preprocessor, Preprocessor))
188
189
$(H4 $(LNAME2 clang-preprocessor, Clang C Preprocessor))
190
191
- $(P The $(LINK2 https://freecompilercamp.org/clang-basics/, Clang Preprocessor) can be invoked as:)
+ $(P The Clang Preprocessor can be invoked as:)
192
193
$(CONSOLE
194
clang -E file.c -o file.i
@@ -207,7 +207,7 @@ $(H2 $(LNAME2 preprocessor, Preprocessor))
207
208
$(H4 $(LNAME2 dmpp, dmpp C Preprocessor))
209
210
- $(P The $(LINK2 https://www.DigitalMars/dmpp, dmpp C Preprocessor) can be invoked as:)
+ $(P The $(LINK2 https://github.com/DigitalMars/dmpp, dmpp C Preprocessor) can be invoked as:)
211
212
213
dmpp file.c
0 commit comments