#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "line_wrapping.h"
Go to the source code of this file.
|
| const int | MAXBUF = 1024 |
| |
| const int | MAX_DESC_PER_LINE = 65 |
| |
| const int | MAX_EVENT_NAME = 15 |
| |
| static const char * | line_double = "===========================================================================\n" |
| |
| static const char * | line_single = "---------------------------------------------------------------------------\n" |
| |
| static const char * | newline = "\n" |
| |
◆ display_event_info()
| void display_event_info |
( |
FILE * |
output, |
|
|
const char * |
event, |
|
|
const char * |
desc |
|
) |
| |
◆ display_header()
| void display_header |
( |
FILE * |
output, |
|
|
const char * |
title |
|
) |
| |
◆ display_header_event()
| void display_header_event |
( |
FILE * |
output | ) |
|
◆ display_line_double()
| void display_line_double |
( |
FILE * |
output | ) |
|
◆ display_line_single()
| void display_line_single |
( |
FILE * |
output | ) |
|
◆ printw()
| static void printw |
( |
FILE * |
output, |
|
|
const char * |
name, |
|
|
const char * |
desc |
|
) |
| |
|
static |
◆ line_double
| const char* line_double = "===========================================================================\n" |
|
static |
◆ line_single
| const char* line_single = "---------------------------------------------------------------------------\n" |
|
static |
◆ MAX_DESC_PER_LINE
| const int MAX_DESC_PER_LINE = 65 |
◆ MAX_EVENT_NAME
| const int MAX_EVENT_NAME = 15 |
◆ MAXBUF
◆ newline
| const char* newline = "\n" |
|
static |