#include void doSomething() { printf ("Set a breakpoint here.\n"); printf ("Need a bit more code.\n"); } int main() { doSomething(); return 0; }