proxygen
EnvUtilSubprocess.cpp File Reference
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

Definition at line 20 of file EnvUtilSubprocess.cpp.

20  {
21  char* spork = getenv("spork");
22  if (!spork) {
23  return 1;
24  }
25  return strcmp("foon", spork);
26 }