GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
strptime-wrapper.h File Reference
#include <time.h>
Include dependency graph for strptime-wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * octave_strptime_wrapper (const char *p, const char *fmt, struct tm *t)
 

Function Documentation

◆ octave_strptime_wrapper()

char* octave_strptime_wrapper ( const char *  p,
const char *  fmt,
struct tm *  t 
)

Definition at line 36 of file strptime-wrapper.c.

References p, and t.

Referenced by octave::sys::strptime::init().