calvados/save_to_file.c

18 lines
218 B
C
Raw Permalink Normal View History

2017-03-14 04:04:47 +00:00
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include "calvados.h"
/*
*
* save_to_file()
*
* Actually save data to a file
*
*/
void save_to_file(char *filename)
{
g_print("Save to file goes here.\n");
2017-03-14 04:04:47 +00:00
}