diff src/xs_support.c @ 202:fe684a2ccdc7

Reworking code.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Nov 2004 06:56:02 +0000
parents 578b71b62eeb
children 8b896d461fdb
line wrap: on
line diff
--- a/src/xs_support.c	Tue Nov 16 06:55:04 2004 +0000
+++ b/src/xs_support.c	Tue Nov 16 06:56:02 2004 +0000
@@ -21,10 +21,10 @@
 */
 
 #include "xs_support.h"
-#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 
+
 /*
  * Utility routines
  */
@@ -90,5 +90,3 @@
 {
  while (pcStr[*piPos] && isdigit(pcStr[*piPos])) (*piPos)++;
 }
-
-