You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
318 B

/**
* @file align_left_shift.h
*
* @author Guy Maurel
* split from align.cpp
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef ALIGN_LEFT_SHIFT_H_INCLUDED
#define ALIGN_LEFT_SHIFT_H_INCLUDED
//! Align left shift operators '<<' (CT_SHIFT)
void align_left_shift();
#endif /* ALIGN_LEFT_SHIFT_H_INCLUDED */