![]() |
NEURON
|
#include "config.h"#include "std.h"#include <locale.h>Go to the source code of this file.
Macros | |
| #define | COPY *b++ = *s++, --width |
| #define | MATCH(cond) |
| #define | MATCH_ACTION(cond, action) |
| #define | MATCHES_ACTION(cond, action) |
| #define | FAIL (cnv) ? cnv : EOF |
Functions | |
| int | vsscanf (const char *str, const char *format, va_list args) |
| #define COPY *b++ = *s++, --width |
| #define FAIL (cnv) ? cnv : EOF |
| #define MATCH | ( | cond | ) |
| int vsscanf | ( | const char * | str, |
| const char * | format, | ||
| va_list | args | ||
| ) |
Definition at line 153 of file nrn_vsscanf.cpp.