7 lines
94 B
C
7 lines
94 B
C
#include "src.h"
|
|
#include <stdio.h>
|
|
|
|
void print_header() {
|
|
printf("%s\n", HEADER_LINE);
|
|
}
|