File: 01_include_stdlib_h

package info (click to toggle)
textdraw 0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: ansic: 2,015; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/td.c
+++ b/td.c
@@ -12,6 +12,7 @@
 #include <math.h>
 #include <errno.h>
 #include <string.h>
+#include <stdlib.h>
 
 #define trunc(x) ((int)(x))