Differences From Artifact [a4cb307447]:
- File src/OFPlugin.h — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 2305) [annotate] [blame] [check-ins using] [more...]
To Artifact [ee90650db0]:
- File src/OFPlugin.h — part of check-in [f97dc452b1] at 2024-02-03 08:49:41 on branch trunk — Fix typos in documentation found by spell checker (user: js, size: 2304) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 | - + | */ - (instancetype)initWithPath: (OFString *)path; /** * @brief Returns the address for the specified symbol, or `nil` if not found. * * @param symbol The symbol to return the address for |