1#ifndef CELLUVIEW_WELCOME_H
2#define CELLUVIEW_WELCOME_H
15 static void welcomeMessage() {
16 printf(
" ______ _______ __ __ __ __ ____ ____ __ ___________ __ ____ \n");
17 printf(
" / || ____|| | | | | | | | \\ \\ / / | | | ____\\ \\ / \\ / / \n");
18 printf(
" | ,----'| |__ | | | | | | | | \\ \\/ / | | | |__ \\ \\/ \\/ / \n");
19 printf(
" | | | __| | | | | | | | | \\ / | | | __| \\ / \n");
20 printf(
" | `----.| |____ | `----.| `----.| `--' | \\ / | | | |____ \\ /\\ / \n");
21 printf(
" \\______||_______||_______||_______| \\______/ \\__/ |__| |_______| \\__/ \\__/ \n");
23 printf(
"Welcome to cellUview, a real time image processing and analysis suite for digital microscopy.\n");
Definition: cellUviewWelcome.h:11