about summary refs log tree commit diff stats
path: root/bootstrap.sh
blob: 9b6b39f717bd12e09852a25fadf9e239e4586e8a (plain) (blame)
1
2
3
#!/bin/sh

autoreconf -fiv
c { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef NULL_H
#define NULL_H

void initializeNull();

#endif // NULL_H