This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixed repeated words
[perl5.git] / vmesa / vmesaish.h
CommitLineData
092bebab
JH
1#ifndef _VMESA_INCLUDED
2# define _VMESA_INCLUDED 1
3# include <string.h>
4# include <ctype.h>
5# include <vmsock.h>
6 void * dlopen(const char *);
7 void * dlsym(void *, const char *);
8 void * dlerror(void);
0d85d877 9# define OLD_PTHREADS_API
092bebab 10#endif