Skip to content

Optimized strcat.c #360

Optimized strcat.c

Optimized strcat.c #360

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build all .c files
run: make