CAEN Utility  2.0.2
Utilities for CAEN projects
POSIX functions on Windows

Macros to use some POSIX functions with their Windows equivalent. More...

Functions

int c_access (const char *pathname, int mode)
 
char * c_getcwd (char *buf, size_t size)
 
int c_chdir (const char *path)
 
int c_rmdir (const char *path)
 
int64_t c_getpid (void)
 
int c_strcasecmp (const char *s1, const char *s2)
 
int c_strncasecmp (const char *s1, const char *s2, size_t n)
 

Detailed Description

Macros to use some POSIX functions with their Windows equivalent.

Function Documentation

◆ c_access()

int c_access ( const char *  pathname,
int  mode 
)

Definition at line 286 of file CAENMultiplatform.c.

◆ c_getcwd()

char* c_getcwd ( char *  buf,
size_t  size 
)

Definition at line 299 of file CAENMultiplatform.c.

Here is the call graph for this function:

◆ c_chdir()

int c_chdir ( const char *  path)

Definition at line 352 of file CAENMultiplatform.c.

◆ c_rmdir()

int c_rmdir ( const char *  path)

Definition at line 360 of file CAENMultiplatform.c.

Here is the caller graph for this function:

◆ c_getpid()

int64_t c_getpid ( void  )

Definition at line 368 of file CAENMultiplatform.c.

Here is the caller graph for this function:

◆ c_strcasecmp()

int c_strcasecmp ( const char *  s1,
const char *  s2 
)

Definition at line 378 of file CAENMultiplatform.c.

Here is the caller graph for this function:

◆ c_strncasecmp()

int c_strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 386 of file CAENMultiplatform.c.