mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
11 lines
211 B
C
11 lines
211 B
C
#ifndef UTILS_UNIT_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <libfoolang.h>
|
|
|
|
extern char *unit_basename (foo_analysis_unit unit);
|
|
extern void fprint_unit (FILE *stream, foo_analysis_unit unit);
|
|
|
|
#endif /* UTILS_UNIT_H */
|