You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
150 B

#ifndef PUBLIC1_H
#define PUBLIC1_H
#include "private1.h"
struct use_this1 { struct mitts_off1 field; };
struct use_this1 public_variable1;
#endif