aboutsummaryrefslogtreecommitdiffstats
path: root/lt/map
blob: bb45e4c274599642502830d4d61e6c56fa5d6328 (plain)
1
../en/map
pc Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp-test.c
blob: f644449b8fddc208085977555390e67ab5f62a37 (plain)
1
2
3
4
5
6
main() {
  if (detectSMP())
    printf("has smp\n");
  else
    printf("no smp\n");
}