john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

pipe start

/* John Pfeiffer 21nov07    Demo of how to read piped data - 1st, create data*/

#include <stdio.h>

int main()
{   
    int i;
    printf("\nSending...\n");
    for(i=0; i<10; i++)
    {   printf("%d,",i);   }    
    printf("\nFinished Sending...\n");

    return 0;
}

  • « apache httpd setup security php5
  • pipe end »

Published

Nov 21, 2007

Category

c

~28 words

Tags

  • c 95
  • pipe 4
  • start 8