diff options
Diffstat (limited to 'pointers.py')
-rw-r--r-- | pointers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pointers.py b/pointers.py index f392241..6a1d242 100644 --- a/pointers.py +++ b/pointers.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ Various functions related to pointer and address math. Mostly to avoid depedency loops. """ |