File: srcA.c

package info (click to toggle)
distcc 3.4%2Breally3.4-12
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,752 kB
  • sloc: ansic: 27,888; python: 6,460; sh: 4,433; makefile: 912; perl: 68
file content (9 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#define INCL "inclA.h"
#include "helper.c"
#include <stdio.h>

int main() {
  printf(MSG);
  printf("\n");
  return 0;
}