I have an interesting question.
I am writing a library which will link systemc library.
I want to display library copyright information just after ASI copyright information. How do I do that ?
I know that I can write a function which contains copyright information and call it once in every library component using an extern flag (setting the flag false after once it is called) . But I do not want to declare "extern". Any clean way to perform this ?
-Sumit