FreeBASIC  0.91.0
time_parsetime.c File Reference
#include "fb.h"
#include <ctype.h>
Include dependency graph for time_parsetime.c:

Go to the source code of this file.

Functions

static int fb_hCheckAMPM (const char *text, size_t *pLength)
 
int fb_hTimeParse (const char *text, size_t text_len, int *pHour, int *pMinute, int *pSecond, size_t *pLength)
 

Function Documentation

static int fb_hCheckAMPM ( const char *  text,
size_t *  pLength 
)
static

Definition at line 7 of file time_parsetime.c.

Here is the caller graph for this function:

int fb_hTimeParse ( const char *  text,
size_t  text_len,
int *  pHour,
int *  pMinute,
int *  pSecond,
size_t *  pLength 
)

Definition at line 54 of file time_parsetime.c.

Here is the call graph for this function:

Here is the caller graph for this function: