Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / POA / Demux / write_names.cpp
blob73002c7477091310871e24b79ecb6db7d6609493
1 #include <ace/OS_NS_stdio.h>
3 int
4 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
7 for(int i=0; i<1000; i++)
8 ACE_OS::printf ("%09d\n",i);