File: alignment.h

package info (click to toggle)
haskell-network 3.2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 760 kB
  • sloc: sh: 3,379; haskell: 2,211; ansic: 536; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
#if __GLASGOW_HASKELL__ < 711
#define hsc_alignment(t ) hsc_printf ( "%lu", (unsigned long)offsetof(struct {char x__; t(y__); }, y__));
#endif