Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
pathname.h
Go to the documentation of this file.
1#ifndef RUBY_INTERNAL_ENCODING_PATHNAME_H /*-*-C++-*-vi:se ft=cpp:*/
2#define RUBY_INTERNAL_ENCODING_PATHNAME_H
23
27#include "ruby/internal/value.h"
28
48char *rb_enc_path_next(const char *path, const char *end, rb_encoding *enc);
49
70char *rb_enc_path_skip_prefix(const char *path, const char *end, rb_encoding *enc);
71
90char *rb_enc_path_last_separator(const char *path, const char *end, rb_encoding *enc);
91
117char *rb_enc_path_end(const char *path, const char *end, rb_encoding *enc);
118
138const char *ruby_enc_find_basename(const char *name, long *baselen, long *alllen, rb_encoding *enc);
139
180const char *ruby_enc_find_extname(const char *name, long *len, rb_encoding *enc);
181
183
184#endif /* RUBY_INTERNAL_ENCODING_PATHNAME_H */
Tweaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
Definition dllexport.h:74
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
Definition dllexport.h:65
Defines rb_encoding.
int len
Length of the buffer.
Definition io.h:8
Defines RBIMPL_ATTR_NONNULL.
#define RBIMPL_ATTR_NONNULL(list)
Wraps (or simulates) __attribute__((nonnull))
Definition nonnull.h:30
Defines VALUE and ID.