Blame view

build3/ion/src/shared/dummy/fcc_id.cpp 83 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
  #include <ion.h>
  #include <assert.h>
  
  const char * Ion::fccId() {
    return "NA";
  }