source: mainline/uspace/app/bdsh/exec.h@ b5d486b

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since b5d486b was a000878c, checked in by Martin Decky <martin@…>, 15 years ago

make sure that all statically allocated strings are declared as "const char *"
and are treated as read-only

  • Property mode set to 100644
File size: 105 bytes
Line 
1#ifndef EXEC_H
2#define EXEC_H
3
4#include <task.h>
5
6extern unsigned int try_exec(char *, char **);
7
8#endif
Note: See TracBrowser for help on using the repository browser.