pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Fight command - Awer
C# | 2 sec ago
arduino
C | 6 sec ago
Untitled
7 sec ago
Uploaded.to Premium Acc...
14 sec ago
Untitled
13 sec ago
{{{_*K*_}}}Wichita Stat...
35 sec ago
stats-mod Ea skillcalls
C | 18 sec ago
troll
19 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Feb 3rd, 2010 | Syntax:
None
| Size: 0.24 KB | Hits: 16 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
/*
* Read /etc/profile or .profile.
*/
static void
read_profile(const char *name)
{
int skip;
if (setinputfile(name, INPUT_PUSH_FILE | INPUT_NOFILE_OK) < 0)
return;
skip = cmdloop(0);
popfile();
if (skip)
exitshell();
}
create new paste
|
create new version of this paste
RAW Paste Data
/* * Read /etc/profile or .profile. */ static void read_profile(const char *name) { int skip; if (setinputfile(name, INPUT_PUSH_FILE | INPUT_NOFILE_OK) < 0) return; skip = cmdloop(0); popfile(); if (skip) exitshell(); }