Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ipckey.h

Go to the documentation of this file.
00001 #ifndef __IPCKEY_H
00002 #define __IPCKEY_H
00003 
00004 #if defined(__cplusplus)
00005 extern "C" {
00006 #endif
00007 
00008 /* Testing if the string is a number */
00009 int isnumber(register char *p);
00010 
00011 /* Creating key for IPC */
00012 key_t getkey(register char *p);
00013 
00014 #if defined(__cplusplus)
00015 };
00016 #endif
00017 
00018 #endif /* __IPCKEY_H */

Generated on Mon Nov 27 09:47:55 2006 for Smalltalk like C++ Class Library by  doxygen 1.4.2