Dvorak7min is an ncurses based dvorak typing tutor for those of you trying to get fluent in this keyboard layout. PR: 47706 Submitted by: Li-lun Wang <llwang@infor.org>
14 lines
235 B
C
14 lines
235 B
C
|
|
$FreeBSD$
|
|
|
|
--- dvorak7min.c.orig Wed Feb 12 23:15:04 2003
|
|
+++ dvorak7min.c Wed Feb 12 23:15:32 2003
|
|
@@ -41,7 +41,7 @@
|
|
*
|
|
*/
|
|
|
|
-#include <strings.h>
|
|
+#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|