mightymandel v16

GPU-based Mandelbrot set explorer

filename.c File Reference

(v16)

#include <stdio.h>
#include <string.h>
#include <time.h>
#include "filename.h"
+ Include dependency graph for filename.c:

Go to the source code of this file.

Functions

void filename_begin (struct filename *s)
char * filename_name (struct filename *s, const char *ext, int seqno, int tilex, int tiley)

Function Documentation

void filename_begin ( struct filename s)

Definition at line 11 of file filename.c.

References filename::t, and filename::tm.

Referenced by main().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function: