projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
S_del_body is sufficiently small that inlining it is a space win.
[p5sagit/p5-mst-13.2.git]
/
vmesa
/
vmesaish.h
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);
9
# define OLD_PTHREADS_API
10
#endif