Skip to content
Snippets Groups Projects
Select Git revision
  • 95c1f940da268ae639295c8a7d0dc1576e212486
  • main default protected
2 results

custom_functions.h

Blame
  • custom_functions.h 124 B
    #ifndef CUSTOMFUNCTIONS_H
    #define CUSTOMFUNCTIONS_H
    
    void platzhalter(){
        // Dies ist nur ein Platzhalter.
    }
    
    
    
    
    
    
    #endif