scons --> make
[aftubes.git] / attr.h
blobef19895d88dfabb2cc5a394577243ff1daa8df4e
1 #ifndef ATTR_H
2 #define ATTR_H
4 #define pure __attribute__((pure))
6 #endif