calvados/do_eol_scan.c

21 lines
300 B
C

#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <string.h>
#include "calvados.h"
/*
*
* do_eol_scan()
*
* eol scan a file.
*
*/
void do_eol_scan(char *filename)
{
/* --- Display message --- */
g_print("eol scan function goes here.\n");
g_print("filename=%s\n", filename);
}