summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/cbits/debug.c
blob: ff34c5a90d8cd00b15967d9bb6ba7aaee3db6a70 (plain)
1
2
3
4
5
6

#include <stdio.h>

void debugLn(char *s) {
    printf("%s\n", s);
}