The Open Source Swiss Army Knife

/code/c/unix_c/
/code/c/unix_c/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /c   /unix_c 
Permalink: getenv.c
Title: char * getenv("CAP_THING")
article options : please login   |  raw source view  

if (port <= 0) {
	portstr = getenv("LOGGINGPORT");
	if (portstr == NULL) 
		port = DEFAULT_PORT;
	else
		port = atoi(portstr);
	}

Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top