summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/write_names.cpp
blob: 72ddf8f1cf4467f8e7effed46a2f16c831a36cbf (plain)
1
2
3
4
5
6
7
8
9
10
//$Id$
#include <ace/OS_NS_stdio.h>

int
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{

  for(int i=0; i<1000; i++)
    ACE_OS::printf ("%09d\n",i);
}