#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | filename |
Functions | |
void | filename_begin (struct filename *s) |
char * | filename_name (struct filename *s, const char *ext, int seqno, int tilex, int tiley) |
struct filename |
Definition at line 10 of file filename.h.
Data Fields | ||
---|---|---|
time_t | t | |
struct tm | tm |
void filename_begin | ( | struct filename * | s | ) |
Definition at line 11 of file filename.c.
References filename::t, and filename::tm.
Referenced by main().
char* filename_name | ( | struct filename * | s, |
const char * | ext, | ||
int | seqno, | ||
int | tilex, | ||
int | tiley | ||
) |
Definition at line 20 of file filename.c.
References filename::tm.
Referenced by main(), and poll_swap_buffers().