mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 01:32:49 +02:00
7 lines
90 B
C
7 lines
90 B
C
#ifndef GOBBLE_H
|
|
#define GOBBLE_H
|
|
|
|
void gobble(const char *name);
|
|
|
|
#endif /* !GOBBLE_H */
|