You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey d4gl, you cant use the header from two different compilation units, because that's not exactly how single-headers would work. ie, you will get dupe linkage errors when using the header from two different .c files. consider adding #pragma once (or include guards), also put the API in the public section of the file and the implementation in a place apart, with some implementation guard as well.
https://github.com/dg4l/bytearray - Hackable library for working with binaries
GPL3
1 file
The text was updated successfully, but these errors were encountered: