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

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

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