ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

various.h File Reference

Go to the source code of this file.

Defines

#define __P(x)   x
#define UT_LINESIZE   8
#define UT_HOSTSIZE   16
#define S_ISREG(mode)   (((mode)&0xF000) == 0x8000)
#define S_ISDIR(mode)   (((mode)&0xF000) == 0x4000)
#define MIN(a, b)   ((a) <= (b) ? (a) : (b))
#define MAX(a, b)   ((a) > (b) ? (a) : (b))
#define bcopy(s1, s2, n)   memmove(s2, s1, n)
#define bcmp(s1, s2, n)   (memcmp(s1, s2, n) != 0)
#define bzero(s, n)   memset(s, 0, n)
#define index(s, c)   strchr(s, c)
#define rindex(s, c)   strrchr(s, c)

Typedefs

typedef float f4byte_t
typedef double f8byte_t
typedef long uid_t

Functions

void netfinger (char *)

Generated on Sun May 27 2012 04:42:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.