1 2 3 4 5 6 7
#include <stdint.h> extern int print(char*); void main(void) { print("We did it ma!\n"); }