File: checklib.in

package info (click to toggle)
libmath-mpfr-perl 4.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: perl: 1,508; ansic: 517; makefile: 9
file content (8 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

#include <stdio.h>

int main(void) {
 printf("%s", "Found the mpfr and gmp libraries");
 return 0;
}