![]() |
NEURON
|
#include <fmt/printf.h>Go to the source code of this file.
Functions | |
| template<typename... Args> | |
| int | Fprintf (FILE *stream, const char *fmt, Args... args) |
| template<typename... Args> | |
| int | Printf (const char *fmt, Args... args) |
Variables | |
| int(* | nrnpy_pr_stdoe_callback )(int, char *) |
| int Fprintf | ( | FILE * | stream, |
| const char * | fmt, | ||
| Args... | args | ||
| ) |
Definition at line 8 of file logger.hpp.
| int Printf | ( | const char * | fmt, |
| Args... | args | ||
| ) |
Definition at line 18 of file logger.hpp.
|
extern |
Definition at line 813 of file fileio.cpp.