#pragma once #include void putc(char); void printf(char *, ...); void printf_nolock(char *, ...);