mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 20:00:20 +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
|