#include "task_struct.h" static struct task_struct global = { .pid = 0, .comm = "second_global" }; int second_pid() { return global.pid; }