#include void two(); void three(); int main(int argc, char *argv[]) { two(); printf("Library\n"); three(); }