GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
Historic
/
Scratch
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
Scratch
/
mobius
/
include
/ regex.h
Christopher W. Olsen
on 25 Oct 2019
67 bytes
Scratch
Raw
Blame
History
#ifndef __REGEX_H #define __REGEX_H typedef void* regex_t; #endif