File: rewindstdin.c

package info (click to toggle)
printfilters-ppd 2.13-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 872 kB
  • ctags: 8
  • sloc: sh: 4,191; makefile: 96; perl: 54; awk: 14; ansic: 6
file content (7 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#include <sys/types.h>
#include <unistd.h>

int main(void) { 
  lseek(0,0,0); 
  return 0;
}