Sha256: 5aab567a316b52f02e494edb88bc4ed4952b20fcc3d393d4f474949fc50f7859
Contents?: true
Size: 111 Bytes
Versions: 71
Compression:
Stored size: 111 Bytes
Contents
#ifndef BRACKET_PUSH_H #define BRACKET_PUSH_H #include <stdbool.h> bool is_paired(const char *input); #endif
Version data entries
71 entries across 71 versions & 1 rubygems