Sha256: bc9f4bd825a16a383b2a9c4b85f840cdbcdd01240938424f8a63960a6e9b4437
Contents?: true
Size: 796 Bytes
Versions: 10
Compression:
Stored size: 796 Bytes
Contents
#ifndef INTERNAL_MISSING_H /*-*-C-*-vi:se ft=c:*/ #define INTERNAL_MISSING_H /** * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. * @brief Internal header corresponding missing. */ #include "ruby/internal/config.h" /* for HAVE_SETPROCTITLE */ /* missing/setproctitle.c */ #ifndef HAVE_SETPROCTITLE extern void ruby_init_setproctitle(int argc, char *argv[]); extern void ruby_free_proctitle(void); #endif #endif /* INTERNAL_MISSING_H */
Version data entries
10 entries across 6 versions & 3 rubygems