I am making a staid lib that does some simple math but whenever I go to do something in time_t, time64_t, or bool it gets a "expected ; before FUNCTIONNAME."
how would I use time_t, time64_t, and bool in a static lib?

All of those are defined or typedef'd types. Are you including the appropriate headers? <time.h> and <stdbool.h> are the ones you're looking for, assuming C99.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.