diff options
Diffstat (limited to 'doc/tutorials/externals-howto/example1')
-rw-r--r-- | doc/tutorials/externals-howto/example1/helloworld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorials/externals-howto/example1/helloworld.c b/doc/tutorials/externals-howto/example1/helloworld.c index e93a6e0f..f3660f45 100644 --- a/doc/tutorials/externals-howto/example1/helloworld.c +++ b/doc/tutorials/externals-howto/example1/helloworld.c @@ -45,6 +45,7 @@ void helloworld_bang(t_helloworld *x) * the string (which can be formatted like with printf()) will be * output to wherever Pd thinks it has too (pd's console, the stderr...) * it automatically adds a newline at the end of the string + */ post("Hello world !!"); } |