please dont rip this site

Language Ccpp Cref Examples Readch.c

/ *
 * Purpose: Program to demonstrate the 'getchar' function.
 *	The prog will read data entered via the keyboard. And return
 *	the number of characters entered. 
 * Author:  M J Leslie
 * Date:    08-May-94
 */

#include <stdio.h>
#include <unistd.h>

int readch(void);

main()
{
  printf("%c",readch()+1);
}

int readch(void)
{
  char ch;

  read(0, &ch, 1);
  return (ch);
}


file: /Techref/language/ccpp/Cref/EXAMPLES/readch.c, 0KB, , updated: 1997/4/21 09:52, local time: 2024/7/1 03:49,
TOP NEW HELP FIND: 
3.16.135.228:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://ecomorder.com/techref/language/ccpp/Cref/EXAMPLES/readch.c"> language ccpp Cref EXAMPLES readch</A>

Did you find what you needed?

 

Welcome to ecomorder.com!

 

Welcome to ecomorder.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .