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.c File Reference
#include <time.h>
#include "strftime.h"
#include "strftime-wrapper.h"
Include dependency graph for strftime-wrapper.c:

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().