Blame view
orbimote/field_test_device/git_utils.h
205 Bytes
ca223e024
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
/* * Copyright (C) 2020 Université Grenoble Alpes */ #ifndef GIT_UTILS_H #define GIT_UTILS_H /* * @brief git command * * @param argc * @param argv */ int git_cmd(int argc, char *argv[]); #endif |