blob: 39550ffadedee7b18eaf467633dcceef1a06a8e3 [file]
/*
* myheader.h
*
* Created on: Jan 27, 2010
* Author: eswartz
*/
#ifndef MYHEADER_H_
#define MYHEADER_H_
struct Foo {
Foo* next;
int x;
};
static void myfunc();
#endif /* MYHEADER_H_ */