Mercurial > dillo_port1.3
view dpid/misc_new.h @ 55:a1f38544fab6
copy image/link location
author | jcid |
---|---|
date | Sun, 18 Nov 2007 21:17:27 +0100 |
parents | 6ee11bf9e3ea |
children | f1eca1aba94a |
line wrap: on
line source
#ifndef MISC_NEW_H #define MISC_NEW_H #include "../dlib/dlib.h" int a_Misc_close_fd(int fd); Dstr *a_Misc_rdtag(int socket); char *a_Misc_readtag(int sock); char *a_Misc_mkdtemp(char *template); #endif