#ifndef __GETATHICKNESS_H__ #define __GETATHICKNESS_H__ #pragma once #include"getboundary.h" #include<fstream> #include<stdlib.h> #include<stdio.h> #include<iostream> #include"mytemplate.h" #ifdef __cplusplus extern "C" { #endif int getathickness(List<headtail>*,char*); //List<headtail>* getboundary(char*); #ifdef __cplusplus } #endif #endif