diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-15 04:46:11 +0630 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-15 04:55:51 +0630 |
commit | 81efc9006d9ebcb0587d1d4d5ee7a1b9d2996026 (patch) | |
tree | 99169cc5970fbdb4d7360547f94a302287736b3b /lib/inst.h | |
parent | 929e5a3d0dddf425f800e6479756005736c47e7b (diff) | |
download | ovm-81efc9006d9ebcb0587d1d4d5ee7a1b9d2996026.tar.gz ovm-81efc9006d9ebcb0587d1d4d5ee7a1b9d2996026.tar.bz2 ovm-81efc9006d9ebcb0587d1d4d5ee7a1b9d2996026.zip |
Implement printing of pp_err_t
Another great thing for C++: the ability to tell it how to print
structures the way I want. In C it's either:
1) Write a function to print the structure out (preferably to a file
pointer)
2) Write a function to return a string (allocated on the heap) which
represents it
Both are not fun to write, whereas it's much easier to write this.
Diffstat (limited to 'lib/inst.h')
0 files changed, 0 insertions, 0 deletions