Skip to content

Add header guard to lin.h file. #10

@ChrisPHL

Description

@ChrisPHL

The code in lin.h file should be surrounded by header guard like this:

#ifndef LIN_H_
#define LIN_H_

// Code goes here.

#endif // LIN_H_

This way it can be included from several files at the same time without having problems of "redeclarations".

Have a nice day! :-)

Chris

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions