File: noop.c

package info (click to toggle)
libcap2 1%3A2.75-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,068 kB
  • sloc: ansic: 9,181; sh: 1,138; makefile: 812; cpp: 45; asm: 16
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#include <stdlib.h>

int main(int argc, char *argv[]) {
    exit(0);
}