FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
time_internal.h File Reference
#include <time.h>
#include "config.h"

Go to the source code of this file.

Functions

static struct tm * gmtime_r (const time_t *clock, struct tm *result)
 
static struct tm * localtime_r (const time_t *clock, struct tm *result)
 

Function Documentation

static struct tm* gmtime_r ( const time_t *  clock,
struct tm *  result 
)
static
static struct tm* localtime_r ( const time_t *  clock,
struct tm *  result 
)
static