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

Go to the source code of this file.

Functions

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

Function Documentation

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

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

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