File: hard.loop.c

package info (click to toggle)
wu-ftpd 2.6.2-30
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,692 kB
  • ctags: 1,360
  • sloc: ansic: 18,114; sh: 3,354; yacc: 1,742; perl: 650; makefile: 224
file content (4 lines) | stat: -rw-r--r-- 48 bytes parent folder | download | duplicates (6)
1
2
3
4
int main(int argc, int argv)
{
    while (1);
}