[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] newsie



m0n0 a wrote:
Use include guards for .h files, like:
#ifdef THE_HEADER_FILE_H
#define THE_HEADER_FILE_H

#ifndef (with a N), of course.
This can be easily checked visually, the 2 lines must be vertically aligned.

--
Vincent Rivière