65243f2f7d
epte is a curses-based periodic table of the elements. It provides a set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. Based on a submission from Anthony Bentley. ok sthen@
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
$OpenBSD: patch-do_radii_c,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
|
|
--- do_radii.c.orig Mon Aug 23 07:53:31 2010
|
|
+++ do_radii.c Mon Aug 23 07:53:52 2010
|
|
@@ -290,6 +290,8 @@ modification follow.
|
|
|
|
*/
|
|
|
|
+#include <string.h>
|
|
+#include <ctype.h>
|
|
|
|
#include "periodic.h"
|
|
#include "info.h"
|