Browse Source

Remove old `c-operator` example, which is now merged into `c-dataflow`

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
472e52a8c3
Failed to extract signature
2 changed files with 0 additions and 12 deletions
  1. +0
    -3
      examples/c-operator/.gitignore
  2. +0
    -9
      examples/c-operator/README.md

+ 0
- 3
examples/c-operator/.gitignore View File

@@ -1,3 +0,0 @@
operator.o
operator.so
api.h

+ 0
- 9
examples/c-operator/README.md View File

@@ -1,9 +0,0 @@
# C-operator Example

Build with these steps:

```bash
cp ../../apis/c/operator/operator_api.h .
clang -c operator.c
clang -shared -v operator.o -o operator.so
```

Loading…
Cancel
Save