|
Stimfit @PACKAGE_VERSION@
|
#include "../Common/axodefn.h"#include "../Common/axodebug.h"#include "../Common/adcdac.h"#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <limits.h>#include <memory.h>#include <string.h>#include <math.h>

Go to the source code of this file.
Macros | |
| #define | _TRUNCATE ((size_t)-1) |
Functions | |
| static int | strcpy_s (char *dest, size_t destsz, const char *src) |
| static int | strncpy_s (char *dest, size_t destsz, const char *src, size_t count) |
| static int | strcat_s (char *dest, size_t destsz, const char *src) |
| #define _TRUNCATE ((size_t)-1) |
Definition at line 32 of file wincpp.hpp.
Referenced by strcat_s(), and strncpy_s().
|
inlinestatic |
Definition at line 71 of file wincpp.hpp.
References _TRUNCATE, and strncpy_s().
|
inlinestatic |
Definition at line 35 of file wincpp.hpp.
|
inlinestatic |
Definition at line 51 of file wincpp.hpp.
References _TRUNCATE, and count.
Referenced by strcat_s().