Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R regexlib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cs3-24sp
  • regexlib
  • Repository

Switch branch/tag
  • regexlib
  • regex.h
Find file BlameHistoryPermalink
  • Adam Blank's avatar
    Initial commit · b2916200
    Adam Blank authored 1 year ago
    b2916200
regex.h 210 Bytes
EditWeb IDE
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef __REGEX_H__
#define __REGEX_H__

#include <stdint.h>

typedef struct range {
    size_t start;
    size_t end;
} range_t;

range_t *regexp_match(char *regex, char *line);

#endif // #ifndef __REGEX_H__

Replace regex.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Menu

Projects Groups Snippets
Help