Skip to content

Commit 68103fc

Browse files
committed
start 2.0.0
1 parent 5b711c7 commit 68103fc

32 files changed

+829
-2422
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Why would you ever need this
88

99
- [Documentation](https://pointerspy.netlify.app/)
10-
- [Repository](https://github.com/ZeroIntensity/pointers.py)
10+
- [Source](https://github.com/ZeroIntensity/pointers.py)
1111
- [PyPI](https://pypi.org/project/pointers.py)
1212

1313
### Examples
@@ -36,7 +36,7 @@ assert _*ptr == "hello world"
3636
```py
3737
from pointers import fopen, fprintf, fclose
3838

39-
file = fopen("/dev/null", "w") # assigns file to the c FILE* type
39+
file = fopen("/dev/null", "w") # assigns to the c FILE* type
4040
fprintf(file, "hello world")
4141
fclose(file)
4242
```

docs/allocation.md

Lines changed: 0 additions & 162 deletions
This file was deleted.

docs/bindings.md

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)
close