Skip to content
Snippets Groups Projects
Select Git revision
  • 53dce48683300c51fc69deb9c9fd868e47def147
  • main default protected
  • patch-1
3 results

custom_functions.h

Blame
  • Forked from bits_libs / BitS2 bare Minimum
    Source project has a limited visibility.
    custom_functions.h 124 B
    #ifndef CUSTOMFUNCTIONS_H
    #define CUSTOMFUNCTIONS_H
    
    void platzhalter(){
        // Dies ist nur ein Platzhalter.
    }
    
    
    
    
    
    
    #endif