Agra-GPS / FreePilot_V2-3

Dependencies:   FreePilot PinDetect mbed-src

Fork of FreePilot_V2-2 by Agra-GPS

base/atoh.h

Committer:
maximbolduc
Date:
2015-04-04
Revision:
59:3e5e5b97ca75
Parent:
50:07dfcda65732

File content as of revision 59:3e5e5b97ca75:


#ifndef ATOH_H
#define ATOH_H

#include <stdint.h>

template<typename T>
T atoh( char const *string );

#endif