mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef H_SPICE_BITMAP_UTILS
|
|
#define H_SPICE_BITMAP_UTILS
|
|
|
|
void dump_bitmap(SpiceBitmap *bitmap);
|
|
|
|
#endif
|