Changed all #include directives for the stdlib to <> instead of "".
[vvhitespace] / examples / print-number-from-stack / printnum.pvvs
index 691601e..742f1db 100644 (file)
@@ -6,4 +6,4 @@ SSSTSTSN                        | ST: Push +10 (ASCII '\n')
 TNSS                           | IO: Putchar
 NNN                            | FC: Terminate program
 
 TNSS                           | IO: Putchar
 NNN                            | FC: Terminate program
 
-#include "stdio.pvvs"
+#include <stdio.pvvs>