mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
94b9f32925
converts a binary gdsii file to a text format that is compact and easy to parse.
13 lines
253 B
C
13 lines
253 B
C
--- gdsStream.h.orig Sun Apr 29 15:45:42 2007
|
|
+++ gdsStream.h Sun Apr 29 15:45:54 2007
|
|
@@ -3,8 +3,7 @@
|
|
#define _gdsStream__
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
-#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <time.h>
|
|
#include <kvstypes.h>
|
|
|