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 b82b06b commit 9cffa65Copy full SHA for 9cffa65
examples-input-for-screenshots.ipf
@@ -1,17 +1,17 @@
1
-#pragma rtGlobals=3 // Use modern global access method and strict wave access.
2
-
3
-Function/S normalFunction()
4
-End
5
6
-static Function staticFunction(p1)
7
- string p1
8
9
10
-threadsafe Function complexThreadsafeFunction(p1,textWave)
11
12
- Wave/T textWave
13
14
15
-Macro MacroWithParameter(p1)
16
- variable p1
17
-EndMacro
+#pragma rtGlobals=3 // Use modern global access method and strict wave access.
+
+Function/S normalFunction()
+End
+static Function staticFunction(p1)
+ string p1
+threadsafe Function complexThreadsafeFunction(p1,textWave)
+ Wave/T textWave
+Macro MacroWithParameter(p1)
+ variable p1
+EndMacro
0 commit comments