Correction du TD 1. More...
Go to the source code of this file.
Namespaces | |
namespace | my_lib |
Ma petite bibliothèque perso. | |
Functions | |
void | my_lib::byte_print (long l) |
Affichage d'un entier long octet par octet. | |
void | my_lib::byte_swap (void *p, void *q) |
Echange le contenu des octets pointés. | |
void | my_lib::big_to_little (long &l) |
Echange l'ordre des octets. |
Correction du TD 1.
Ce fichier contient les entêtes des fonctions pour les questions 2.d et 2.e
Definition in file long_manip.hh.