Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include<stdio.h>
  2. #include<stdlib.h>
  3. #include<string.h>
  4. #include<ctype.h>
  5.  
  6. static char **SDL_env = (char **)0;
  7.  
  8. int __libc_putenv(const char *variable)
  9. {
  10.  return -1;
  11. }
  12.  
  13. char * __libc_getenv(const char *name)
  14. {
  15.  return NULL;
  16. }
  17.