Sha256: a3187bc93fa6e31b857ee8bab69373b962b30fe1a94e9bef26ded3f7d19085ed
Contents?: true
Size: 276 Bytes
Versions: 76
Compression:
Stored size: 276 Bytes
Contents
/* * ports_mngt.h * * Created on: Apr 28, 2009 * Author: Anton */ #ifndef PORTS_MNGT_H_ #define PORTS_MNGT_H_ #ifdef __cplusplus extern "C" { #endif char* get_free_listening_port(); char* get_home_url(); #ifdef __cplusplus } #endif #endif /* PORTS_MNGT_H_ */
Version data entries
76 entries across 76 versions & 1 rubygems