Search Results

3
votes

shared objects within a struct: between a calling program and library (in c)

In general, it's important that the library documents the 'contract' it makes with the applications that are using its service. The library writer documents all the allocations made by the library …