Ruby
3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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
#endif
17
18
#endif
/* INTERNAL_MISSING_H */
Generated by
1.12.0