Skip to content

Commit 42a248b

Browse files
authored
update tombstone
1 parent 9031cd4 commit 42a248b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Chapter05/truncRounding.c

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
// program truncRounding.
1+
// truncRounding.c
22
// Chapter 5
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Program to demonstrate implicit type conversions:
66
// truncation and rounding to/from long int and from/to double.
77
//
8+
// Compile with:
9+
//
10+
// cc truncRounding.c -o truncRounding -Wall -Werror -std=c11
11+
//
12+
813

914
#include <stdio.h>
1015

0 commit comments

Comments
 (0)