#pragma once #include __BEGIN_DECLS int spawn(const char* path, const char** args); __END_DECLS