File: generic.c

package info (click to toggle)
arch-test 0.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: asm: 461; perl: 187; makefile: 155; sh: 149; ansic: 6
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#include <unistd.h>

int main()
{
    write(1, "ok\n", 3);
    return 0;
}