Files
swift-mirror/test/embedded/Inputs/print.c

7 lines
87 B
C

#include <stdlib.h>
#include <stdio.h>
void print_long(long n) {
printf("%ld", n);
}