GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
strftime-wrapper.h File Reference
#include <stddef.h>
#include <time.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)
 

Function Documentation

◆ octave_strftime_wrapper()

size_t octave_strftime_wrapper ( char *  buf,
size_t  len,
const char *  fmt,
const struct tm *  t 
)

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

References t.

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