X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debug%2Fprint%2Fprint.h;h=adeb2c4849ed0286a6c0c0f5f09b82eadc79fc96;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=95088192d49f1b0af727e84b7f9de81aca5c7ab9;hpb=96e785b571a231265d64fbe5083371480cd3a549;p=kiibohd-controller.git diff --git a/Debug/print/print.h b/Debug/print/print.h index 9508819..adeb2c4 100644 --- a/Debug/print/print.h +++ b/Debug/print/print.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2014 by Jacob Alexander +/* Copyright (C) 2011-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -19,8 +19,7 @@ * THE SOFTWARE. */ -#ifndef print_h__ -#define print_h__ +#pragma once // ----- Includes ----- @@ -116,5 +115,3 @@ uint16_t lenStr ( char* in ); int16_t eqStr ( char* str1, char* str2 ); // Returns -1 if identical, last character of str1 comparison (0 if str1 is like str2) int numToInt ( char* in ); // Returns the int representation of a string -#endif -