GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
strftime-wrapper.h File Reference
#include <stddef.h>
Include dependency graph for strftime-wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t octave_strftime_wrapper (char *buf, size_t len, const char *fmt, const struct tm *t, struct tm_zone *tz, int ns)
 

Function Documentation

size_t octave_strftime_wrapper ( char *  buf,
size_t  len,
const char *  fmt,
const struct tm *  t,
struct tm_zone *  tz,
int  ns 
)

Definition at line 38 of file strftime-wrapper.c.

Referenced by octave::sys::base_tm::strftime().