Rename "byte" type into "byte_t" type.

This commit is contained in:
Romuald Conty 2009-07-16 12:09:06 +00:00
parent 3b8a414cd2
commit e98e7d9415
22 changed files with 180 additions and 180 deletions

View file

@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "libnfc.h"
static dev_info* pdi;
static byte abtFelica[5] = { 0x00, 0xff, 0xff, 0x00, 0x00 };
static byte_t abtFelica[5] = { 0x00, 0xff, 0xff, 0x00, 0x00 };
int main(int argc, const char* argv[])
{