penviron.h 94 B

12345
  1. #pragma once
  2. #if defined(__FreeBSD__) || defined(__MACH__)
  3. extern char** environ;
  4. #endif