File: main.c

package info (click to toggle)
libwn6 6.0-12
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,004 kB
  • ctags: 3,903
  • sloc: ansic: 45,078; makefile: 958; csh: 274; sh: 26
file content (11 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

#include "wnrnd.h"


void main(void)
{
  for(;;)
  {
    printf("%d\n",wn_random_mod_int(7));
  }
}