Update of /cvsroot/pure-data/doc/tutorials/externals-howto/example1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19218/example1
Modified Files: helloworld.c Log Message: bug-fixes
Index: helloworld.c =================================================================== RCS file: /cvsroot/pure-data/doc/tutorials/externals-howto/example1/helloworld.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** helloworld.c 31 Jan 2006 10:44:35 -0000 1.2 --- helloworld.c 31 Jan 2006 12:12:59 -0000 1.3 *************** *** 46,49 **** --- 46,50 ---- * 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 !!"); }