![]() |
NEURON
|
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | HocStr |
Typedefs | |
typedef struct HocStr | HocStr |
Functions | |
HocStr * | hocstr_create (size_t) |
void | hocstr_delete (HocStr *) |
void | hocstr_resize (HocStr *, size_t) |
void | hocstr_copy (HocStr *, const char *) |
Variables | |
HocStr * | hoc_tmpbuf |