Ruby
3.5.0dev (2025-04-10 revision 756479324fcbf609b401cefafd2911268d4a7851)
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
c
p
r
s
Variables
c
l
o
p
r
Typedefs
i
p
r
s
v
Enumerations
p
r
Enumerator
e
p
r
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
x
z
internal
missing.h
1
#ifndef INTERNAL_MISSING_H
/*-*-C-*-vi:se ft=c:*/
2
#define INTERNAL_MISSING_H
11
#include "ruby/internal/config.h"
/* for HAVE_SETPROCTITLE */
12
13
/* missing/setproctitle.c */
14
#ifndef HAVE_SETPROCTITLE
15
extern
void
ruby_init_setproctitle(
int
argc,
char
*argv[]);
16
extern
void
ruby_free_proctitle(
void
);
17
#endif
18
19
#endif
/* INTERNAL_MISSING_H */
Generated by
1.9.8